lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

LSN type support #260

Open iand675 opened 6 years ago

iand675 commented 6 years ago

This builds upon #259 by adding an LSN type for querying PostgreSQL's WAL replication status.

Vlix commented 6 years ago

I see a good amount of overlap between this request and #259 Makes it less obvious which pull request is doing what.

iand675 commented 6 years ago

Yes, I did mention in description that it builds upon #259. Just ignore StaticTypes and GenTypeInfo, and the rest is unique to this PR.