Chris Browne cbbrowne at lists.slony.info
Thu Apr 30 08:46:17 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv1987/src/slonik

Modified Files:
      Tag: REL_2_0_STABLE
	slonik.c 
Log Message:
If PGSHARE is provided as part of the environment, then we should use it


Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.91
retrieving revision 1.91.2.1
diff -C2 -d -r1.91 -r1.91.2.1
*** slonik.c	28 May 2008 18:23:13 -0000	1.91
--- slonik.c	30 Apr 2009 15:46:15 -0000	1.91.2.1
***************
*** 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