bdr: Disallow calling setval() on distributed sequences.
authorAndres Freund <andres@anarazel.de>
Fri, 29 Aug 2014 15:16:42 +0000 (17:16 +0200)
committerAndres Freund <andres@anarazel.de>
Mon, 8 Sep 2014 15:49:59 +0000 (17:49 +0200)
commit8a8dad8f1f7111923433cb214d34aa4db4502a9e
tree809fe7d7b59d2072e887715ca2fa15c8b7ba90eb
parenta6e375537826c7a333e1504ecb96fdf06244fa1f
bdr: Disallow calling setval() on distributed sequences.

We actually allow setval() to be called, as long as it's not changing
values. That's required because the relevant code is called from other
contexts as well.
bdr_seq.c