mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Docs shouldn't say HOT Standby.
Not an acronym. Jeff Janes
This commit is contained in:
		@@ -74,11 +74,11 @@ typedef struct BackgroundWorker
 | 
				
			|||||||
   <command>postgres</> itself has finished its own initialization; processes
 | 
					   <command>postgres</> itself has finished its own initialization; processes
 | 
				
			||||||
   requesting this are not eligible for database connections),
 | 
					   requesting this are not eligible for database connections),
 | 
				
			||||||
   <literal>BgWorkerStart_ConsistentState</> (start as soon as a consistent state
 | 
					   <literal>BgWorkerStart_ConsistentState</> (start as soon as a consistent state
 | 
				
			||||||
   has been reached in a HOT standby, allowing processes to connect to
 | 
					   has been reached in a hot standby, allowing processes to connect to
 | 
				
			||||||
   databases and run read-only queries), and
 | 
					   databases and run read-only queries), and
 | 
				
			||||||
   <literal>BgWorkerStart_RecoveryFinished</> (start as soon as the system has
 | 
					   <literal>BgWorkerStart_RecoveryFinished</> (start as soon as the system has
 | 
				
			||||||
   entered normal read-write state).  Note the last two values are equivalent
 | 
					   entered normal read-write state).  Note the last two values are equivalent
 | 
				
			||||||
   in a server that's not a HOT standby.  Note that this setting only indicates
 | 
					   in a server that's not a hot standby.  Note that this setting only indicates
 | 
				
			||||||
   when the processes are to be started; they do not stop when a different state
 | 
					   when the processes are to be started; they do not stop when a different state
 | 
				
			||||||
   is reached.
 | 
					   is reached.
 | 
				
			||||||
  </para>
 | 
					  </para>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user