Tue Dec 13 21:10:11 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: Add in a text version of the docs in the admin guide as a
- Next message: [Slony1-commit] By cbbrowne: Remove logic that creates the node differently if no_spool
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Remove spurious _ that accidentally got in, adding an unnecessary prefix
to the cluster namespace.
Modified Files:
--------------
slony1-engine/src/slon:
remote_listen.c (r1.28 -> r1.29)
-------------- next part --------------
Index: remote_listen.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_listen.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -Lsrc/slon/remote_listen.c -Lsrc/slon/remote_listen.c -u -w -r1.28 -r1.29
--- src/slon/remote_listen.c
+++ src/slon/remote_listen.c
@@ -238,7 +238,7 @@
slon_mkquery(&query1,
/* "listen \"_%s_Event\"; " */
/* skip confirms "listen \"_%s_Confirm\"; " */
- "select _%s.registerNodeConnection(%d); ",
+ "select %s.registerNodeConnection(%d); ",
/* rtcfg_cluster_name, */
rtcfg_namespace, rtcfg_nodeid);
- Previous message: [Slony1-commit] By cbbrowne: Add in a text version of the docs in the admin guide as a
- Next message: [Slony1-commit] By cbbrowne: Remove logic that creates the node differently if no_spool
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list