agentultra / postgresql-replicant

A streaming PostgreSQL logical replication client library for Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToJSON instance of LSN should render hex version

agentultra opened this issue · comments

Currently we render "changeNextLSN":"2/f356bd58" but it should be in the standard hex formatting that Postgres would emit.