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

Update curl commands from *.postgresql.org to use https #198

Open
wants to merge 2 commits into
base: bdr-plugin/next
Choose a base branch
from

Commits on Jun 17, 2016

  1. Expose active_pid and confirmed_flush_lsn in pg_replication_slots

    Create an alias of pg_catalog.pg_replication_slots, bdr.pg_replication_slots,
    that exposes the two new columns added by the backport in 9.4bdr git HEAD.
    
    This makes BDR 0.10.0 require the latest 9.4bdr HEAD (at least c1de99c), so
    we'll need to enforce that in packages. But it gives us more useful information
    when diagnosing issues and monitoring. If you run 0.10.0 on an older 9.4bdr it
    will be fine unless you query the new view or its backing
    bdr.pg_get_replication_slots function.
    
    Fixes #186
    ringerc committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    6532fdc View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Update curl commands from *.postgresql.org to use https

    Otherwise they fail, because curl does not follow the recently
    introduced redirects automatically.
    petere committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    c1721e6 View commit details
    Browse the repository at this point in the history