Wed Apr 25 09:57:15 PDT 2007
- Previous message: [Slony1-patches] Patch to remove TABLE ADD KEY functionality - v2
- Next message: [Slony1-patches] PostgreSQL 8.3 compatibilty
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Attached is a patch to address the problem noticed with log shipping with respect to DDL scripts, where the DDL script would not be properly processed in that it is an event a bit out of sequence from the SYNC log files. The approach is to add a new sequence and function to the log shipping code; the sequence tracks non-SYNC events. The function is called for any interesting non-SYNC events, and uses/manages that sequence. -------------- next part -------------- A non-text attachment was scrubbed... Name: logship-fix.patch Type: text/x-patch Size: 6762 bytes Desc: not available Url : http://lists.slony.info/pipermail/slony1-patches/attachments/20070425= /521b1a95/logship-fix.bin
- Previous message: [Slony1-patches] Patch to remove TABLE ADD KEY functionality - v2
- Next message: [Slony1-patches] PostgreSQL 8.3 compatibilty
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-patches mailing list