Tue Nov 15 13:13:40 PST 2011
- Previous message: [Slony1-commit] Slony-I-commit Adding LogShipping test to add a second set after log sh
- Next message: [Slony1-commit] Slony-I-commit Bug 248.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fix for bug 247. slony_logshipper can now handle the TRUNCATE commands passed to it in response to TRUNCATE triggers. Also remove the extra ';' from the command stream for the truncate command. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=e3361ae91d869cbc010b3f893acdf23868835bdd Modified Files -------------- src/backend/slony1_funcs.sql | 2 +- src/slony_logshipper/parser.y | 14 ++++++++++++++ src/slony_logshipper/scan.l | 2 ++ src/slony_logshipper/slony_logshipper.c | 23 +++++++++++++++++++++++ src/slony_logshipper/slony_logshipper.h | 6 ++++++ 5 files changed, 46 insertions(+), 1 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Adding LogShipping test to add a second set after log sh
- Next message: [Slony1-commit] Slony-I-commit Bug 248.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list