mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Apply more quoting to GUC names in messages
This is a continuation of 17974ec259.  More quotes are applied to
GUC names in error messages and hints, taking care of what seems to be
all the remaining holes currently in the tree for the GUCs.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w@mail.gmail.com
			
			
This commit is contained in:
		@@ -337,7 +337,7 @@ logicalrep_worker_launch(LogicalRepWorkerType wtype,
 | 
			
		||||
	if (max_replication_slots == 0)
 | 
			
		||||
		ereport(ERROR,
 | 
			
		||||
				(errcode(ERRCODE_CONFIGURATION_LIMIT_EXCEEDED),
 | 
			
		||||
				 errmsg("cannot start logical replication workers when max_replication_slots = 0")));
 | 
			
		||||
				 errmsg("cannot start logical replication workers when \"max_replication_slots\"=0")));
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * We need to do the modification of the shared memory under lock so that
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user