Wed Jun 15 13:41:11 PDT 2011
- Previous message: [Slony1-commit] Slony-I-commit Merge branch 'REL_2_0_STABLE' of git://git.postgresql.or
- Next message: [Slony1-commit] Slony-I-commit Fix for bug 221.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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(-)
- Previous message: [Slony1-commit] Slony-I-commit Merge branch 'REL_2_0_STABLE' of git://git.postgresql.or
- Next message: [Slony1-commit] Slony-I-commit Fix for bug 221.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list