Chris Browne cbbrowne at lists.slony.info
Thu Jun 11 12:03:47 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv5001/src/slonik

Modified Files:
	slonik.c 
Log Message:
Draw a whole pile of changes into HEAD from the 2.0 branch


Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** slonik.c	28 May 2008 18:23:13 -0000	1.91
--- slonik.c	11 Jun 2009 19:03:45 -0000	1.92
***************
*** 108,112 ****
  	 * We need to find a share directory like PostgreSQL. 
  	 */
! 	if (find_my_exec(argv[0],myfull_path) < 0)
  	{
  		strcpy(share_path, PGSHARE);
--- 108,112 ----
  	 * We need to find a share directory like PostgreSQL. 
  	 */
! 	if (strlen(PGSHARE) > 0)
  	{
  		strcpy(share_path, PGSHARE);



More information about the Slony1-commit mailing list