bdr: Fix bdr.do_not_replicate implementation.
authorAndres Freund <andres@anarazel.de>
Thu, 12 Feb 2015 17:59:16 +0000 (18:59 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 12 Feb 2015 18:03:04 +0000 (19:03 +0100)
commitf92541728e26d2ab55c09870e5b8f03f9221ad99
tree6f1cfff2bb2a4c37f6c4f0f955fb3070578773e9
parent8526aa5e287fb8d89e9f3457341b56389da3749e
bdr: Fix bdr.do_not_replicate implementation.

Luckily the only consequence of the borked implementation was that
pg_get_replication_identifier_progress() failed with an assertion
failure. There was no problem with replaying those changes because the
other nodes aren't allowed to connect at that point.
bdr.c
bdr_replication_identifier.c