Chris Browne cbbrowne at lists.slony.info
Thu Feb 14 12:46:10 PST 2008
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv17187

Modified Files:
      Tag: REL_1_2_STABLE
	slonik.c 
Log Message:
Put in a proper error message to report if someone sets SPOOLNODE=true in
a STORE NODE request.


Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.67.2.13
retrieving revision 1.67.2.14
diff -C2 -d -r1.67.2.13 -r1.67.2.14
*** slonik.c	8 Jan 2008 20:42:41 -0000	1.67.2.13
--- slonik.c	14 Feb 2008 20:46:08 -0000	1.67.2.14
***************
*** 328,331 ****
--- 328,335 ----
  					if (!stmt->no_spool)
  					{
+ 						printf("Slonik command STORE NODE does not "
+ 						       "support the SPOOLNODE argument being set "
+ 						       "to TRUE.\n  See logshipping.html for "
+ 						       "documentation on setting up log shipping.\n");
  						if (script_check_adminfo(hdr, stmt->no_id) < 0)
  							errors++;



More information about the Slony1-commit mailing list