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

Modified Files:
	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.16
retrieving revision 1.17
diff -C 2 -d -r1.16 -r1.17
*** dbutil.c	17 Aug 2009 17:25:50 -0000	1.16
--- dbutil.c	11 Feb 2010 23:09:47 -0000	1.17
***************
*** 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