Steve Singer ssinger at ca.afilias.info
Tue Nov 15 13:21:18 PST 2011
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.
(cherry picked from commit e3361ae91d869cbc010b3f893acdf23868835bdd)

Branch
------
REL_2_1_STABLE

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

Modified Files
--------------
RELEASE                                 |    1 +
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 ++++++
6 files changed, 47 insertions(+), 1 deletions(-)



More information about the Slony1-commit mailing list