Fri Aug 27 13:24:46 PDT 2004
- Previous message: [Slony1-commit] By wieck: Extra comma slipped in during last edit Jan
- Next message: [Slony1-commit] By wieck: Added pg_listener to the list of vacuumed relations.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- The comments are right, the code was copied and not modified. Changed duplicate LISTEN into UNLISTEN. Jan Modified Files: -------------- slony1-engine/src/slon: remote_worker.c (r1.58 -> r1.59) -------------- next part -------------- Index: remote_worker.c =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_worker.c,v retrieving revision 1.58 retrieving revision 1.59 diff -Lsrc/slon/remote_worker.c -Lsrc/slon/remote_worker.c -u -w -r1.58 -r1.59 --- src/slon/remote_worker.c +++ src/slon/remote_worker.c @@ -3443,7 +3443,7 @@ * fails. */ slon_mkquery(&query, - "listen \"_%s_Node_%d\"; ", + "unlisten \"_%s_Node_%d\"; ", rtcfg_cluster_name, provider->no_id); if (query_execute(node, local_dbconn, &query) < 0) {
- Previous message: [Slony1-commit] By wieck: Extra comma slipped in during last edit Jan
- Next message: [Slony1-commit] By wieck: Added pg_listener to the list of vacuumed relations.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list