Steve Singer ssinger at ca.afilias.info
Thu Jun 16 10:15:32 PDT 2011
    Fix for bug 217.

    This patch modifies execute script (ddlscript_complete_int) so that it will
    reconfigure the trigger arguments on the log trigger for any tables that need it.

    This version of the patch only reconfigures tables already locked by the SQL script,
    but the repair_log_triggers() function provides can be called with false to
    repair all tables.

Branch
------
master

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

Modified Files
--------------
RELEASE                        |    3 +
doc/adminguide/ddlchanges.sgml |   19 ++++++++-
src/backend/slony1_funcs.c     |   54 +++++++++++++++++++++++++++
src/backend/slony1_funcs.def   |    3 +-
src/backend/slony1_funcs.sql   |   80 ++++++++++++++++++++++++++++++++++++++++
src/slon/remote_worker.c       |    7 ++-
6 files changed, 160 insertions(+), 6 deletions(-)



More information about the Slony1-commit mailing list