Wed Nov 30 16:26:09 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: Update debian build rules for REL_1_1_STABLE to reflect
- Next message: [Slony1-commit] By cbbrowne: Mass replacements of PostgreSQL with &postgres; so that we
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
BUG REPORT: invalid insert query in log shipping files (ID: 1481)
Log shipping INSERT statement was missing column names
Modified Files:
--------------
slony1-engine/src/slon:
remote_worker.c (r1.100 -> r1.101)
-------------- next part --------------
Index: remote_worker.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -Lsrc/slon/remote_worker.c -Lsrc/slon/remote_worker.c -u -w -r1.100 -r1.101
--- src/slon/remote_worker.c
+++ src/slon/remote_worker.c
@@ -3842,7 +3842,7 @@
if (archive_dir)
{
slon_mkquery(&query1,
- "insert into %s.sl_setsync_offline () "
+ "insert into %s.sl_setsync_offline (ssy_setid, ssy_seqno) "
"values ('%d', '%d');",
rtcfg_namespace, set_id, ssy_seqno);
rc = submit_query_to_archive(&query1);
- Previous message: [Slony1-commit] By cbbrowne: Update debian build rules for REL_1_1_STABLE to reflect
- Next message: [Slony1-commit] By cbbrowne: Mass replacements of PostgreSQL with &postgres; so that we
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list