Thu Jun 16 10:15:32 PDT 2011
- Previous message: [Slony1-commit] Slony-I-commit obtain a mutex before calling slon_init()
- Next message: [Slony1-commit] Slony-I-commit Fix for bug # 159.
- 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 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(-)
- Previous message: [Slony1-commit] Slony-I-commit obtain a mutex before calling slon_init()
- Next message: [Slony1-commit] Slony-I-commit Fix for bug # 159.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list