Chris Browne cbbrowne at lists.slony.info
Thu Feb 11 15:09:20 PST 2010
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv2977

Modified Files:
      Tag: REL_2_0_STABLE
	dbutil.c 
Log Message:
Bug #106 - change error message for session configuration failure


Index: dbutil.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/dbutil.c,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -C 2 -d -r1.15.2.1 -r1.15.2.2
*** dbutil.c	17 Aug 2009 17:09:59 -0000	1.15.2.1
--- dbutil.c	11 Feb 2010 23:09:18 -0000	1.15.2.2
***************
*** 146,150 ****
  	if (db_exec_command(stmt, adminfo, &query) < 0)
  	{
! 		printf("Unable to set datestyle\n");
  		dstring_free(&query);
  		return -1;
--- 146,150 ----
  	if (db_exec_command(stmt, adminfo, &query) < 0)
  	{
! 		printf("Unable to set session configuration parameters\n");
  		dstring_free(&query);
  		return -1;



More information about the Slony1-commit mailing list