Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSN type support #260

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

LSN type support #260

wants to merge 3 commits into from

Conversation

iand675
Copy link

@iand675 iand675 commented Jun 8, 2018

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

The LSN type is used to check replication, so is useful to have a built-in instance in larger PostgreSQL deployments that have read-only replicas.
--
-- An LSN supports standard comparison operators.
--
-- Two LSNs can be subtracted; Thre result is thne number of bytes separating
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typos

@Vlix
Copy link

Vlix commented Jun 22, 2018

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

@iand675
Copy link
Author

iand675 commented Jun 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants