Chris Browne cbbrowne at lists.slony.info
Wed Apr 1 10:11:54 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv17969

Modified Files:
	confoptions.c 
Log Message:
Fix bug #71
http://www.slony.info/bugzilla/show_bug.cgi?id=71

Initial dump of config failing on items that were NULL strings



Index: confoptions.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/confoptions.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** confoptions.c	23 Apr 2008 20:35:43 -0000	1.29
--- confoptions.c	1 Apr 2009 17:11:52 -0000	1.30
***************
*** 690,694 ****
  			(const char *) "sync_max_rowsize",	/* conf name */
  			gettext_noop("sl_log_? rows larger than that are read separately"), /* short desc */
! 			gettext_noop("sl_log_? rows larger than that are read separately"), /* long desc */
  			SLON_C_INT			/* config type */
  		},
--- 690,694 ----
  			(const char *) "sync_max_rowsize",	/* conf name */
  			gettext_noop("sl_log_? rows larger than that are read separately"), /* short desc */
! 			gettext_noop("sl_log_? rows with octet_length(log_cmddata) larger than this are read separately"), /* long desc */
  			SLON_C_INT			/* config type */
  		},



More information about the Slony1-commit mailing list