Chris Browne cbbrowne at lists.slony.info
Wed May 28 11:23:15 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv16057

Modified Files:
	slonik.c 
Log Message:
Oops - fix typo.


Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** slonik.c	28 May 2008 18:13:05 -0000	1.90
--- slonik.c	28 May 2008 18:23:13 -0000	1.91
***************
*** 2468,2472 ****
  					 "    where nl_nodeid = \"_%s\".getLocalNodeId('_%s') and "
  					 "       exists (select 1 from pg_catalog.pg_stat_activity "
! 					 "                 where procpid = nl_backendpid);"
  					 stmt->hdr.script->clustername,
  					 stmt->hdr.script->clustername,
--- 2468,2472 ----
  					 "    where nl_nodeid = \"_%s\".getLocalNodeId('_%s') and "
  					 "       exists (select 1 from pg_catalog.pg_stat_activity "
! 					 "                 where procpid = nl_backendpid);",
  					 stmt->hdr.script->clustername,
  					 stmt->hdr.script->clustername,



More information about the Slony1-commit mailing list