bdr: Limit the amount of time spent in voting.
authorAndres Freund <andres@anarazel.de>
Mon, 18 Aug 2014 13:16:43 +0000 (15:16 +0200)
committerAndres Freund <andres@anarazel.de>
Mon, 8 Sep 2014 15:49:57 +0000 (17:49 +0200)
commitb1c5a46e003721915569c17d00cb5d515e1f22f1
tree981887ef3213a358ace31cb323961fa6a3700f4b
parent191b4c3a932d2951e30c1044ce3ee53d7884f44d
bdr: Limit the amount of time spent in voting.

Don't endlessly vote if there's votes to be done. As voting happens
inside a single xact that'll just lead to large transactions that the
other nodes can't see yet.
bdr.c
bdr.h
bdr_seq.c