Wed Aug 2 00:05:54 PDT 2006
- Previous message: [Slony1-commit] By xfade: Add scan_for_statements to scanner.h, so slon can use it.
- Next message: [Slony1-commit] By xfade: Silence warnings about uninitialized vars.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Silence warning about unused vars. These were used when CONFIRM notifications were handled, but that code is not used at the moment. Commented out for now.
Modified Files:
--------------
slony1-engine/src/slon:
remote_listen.c (r1.30 -> r1.31)
-------------- next part --------------
Index: remote_listen.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_listen.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -Lsrc/slon/remote_listen.c -Lsrc/slon/remote_listen.c -u -w -r1.30 -r1.31
--- src/slon/remote_listen.c
+++ src/slon/remote_listen.c
@@ -85,9 +85,11 @@
SlonDString query1;
PGconn *dbconn = NULL;
PGresult *res;
+ /* Don't bother doing anything about CONFIRM notifications
PGnotify *notification;
- char notify_confirm[256];
int forward_confirm = true;
+ */
+ char notify_confirm[256];
struct listat *listat_head;
struct listat *listat_tail;
- Previous message: [Slony1-commit] By xfade: Add scan_for_statements to scanner.h, so slon can use it.
- Next message: [Slony1-commit] By xfade: Silence warnings about uninitialized vars.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list