Steve Singer ssinger at ca.afilias.info
Wed Jun 15 13:41:11 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 needs 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
------
REL_2_0_STABLE

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

Modified Files
--------------
RELEASE                        |    3 +
doc/adminguide/ddlchanges.sgml |   52 ++++++++++++++++++++++++++
src/backend/slony1_funcs.c     |   55 +++++++++++++++++++++++++++
src/backend/slony1_funcs.def   |    4 +-
src/backend/slony1_funcs.sql   |   80 ++++++++++++++++++++++++++++++++++++++++
src/slon/remote_worker.c       |    7 ++-
src/slonik/slonik.c            |   14 +++---
7 files changed, 205 insertions(+), 10 deletions(-)



More information about the Slony1-commit mailing list