mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Correct the descriptions of recovery-related wait events in docs.
This commit corrects the descriptions of RecoveryWalAll and RecoveryWalStream wait events in the documentation. Back-patch to v10 where those wait events were added. Author: Fujii Masao Reviewed-by: Kyotaro Horiguchi, Atsushi Torikoshi Discussion: https://postgr.es/m/124997ee-096a-5d09-d8da-2c7a57d0816e@oss.nttdata.com
This commit is contained in:
		@@ -1198,11 +1198,15 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
 | 
				
			|||||||
        </row>
 | 
					        </row>
 | 
				
			||||||
        <row>
 | 
					        <row>
 | 
				
			||||||
         <entry><literal>RecoveryWalAll</></entry>
 | 
					         <entry><literal>RecoveryWalAll</></entry>
 | 
				
			||||||
         <entry>Waiting for WAL from any kind of source (local, archive or stream) at recovery.</entry>
 | 
					         <entry>Waiting for WAL from a stream at recovery.</entry>
 | 
				
			||||||
        </row>
 | 
					        </row>
 | 
				
			||||||
        <row>
 | 
					        <row>
 | 
				
			||||||
         <entry><literal>RecoveryWalStream</></entry>
 | 
					         <entry><literal>RecoveryWalStream</></entry>
 | 
				
			||||||
         <entry>Waiting for WAL from a stream at recovery.</entry>
 | 
					         <entry>
 | 
				
			||||||
 | 
					          Waiting when WAL data is not available from any kind of sources
 | 
				
			||||||
 | 
					          (local, archive or stream) before trying again to retrieve WAL data,
 | 
				
			||||||
 | 
					          at recovery.
 | 
				
			||||||
 | 
					         </entry>
 | 
				
			||||||
        </row>
 | 
					        </row>
 | 
				
			||||||
        <row>
 | 
					        <row>
 | 
				
			||||||
         <entry><literal>SysLoggerMain</></entry>
 | 
					         <entry><literal>SysLoggerMain</></entry>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user