Steve Singer ssinger at ca.afilias.info
Sun Sep 8 17:10:13 PDT 2013
bug 313 - don't error out in applying EXECUTE SCRIPT sequence updates

Since bug 304 was fixed we have been including the list of replicated
sequences and current values in the arguments on sl_log_script rows.
If some sequences are replicated to some nodes but not others then the
execute script will fail to apply on the nodes that don't have those
sequences.

This patch ignores missing sequences during an execute script
instead of erroring out.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=73cc012591743c58f6120e59757a8a413e11e165

Modified Files
--------------
src/backend/slony1_funcs.c   |    2 +-
src/backend/slony1_funcs.sql |   11 ++++++++---
src/slon/remote_worker.c     |    2 +-
3 files changed, 10 insertions(+), 5 deletions(-)



More information about the Slony1-commit mailing list