mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-30 00:04:49 -04:00 
			
		
		
		
	Fix silly typo in code, which broke the check for reaching consistency.
This commit is contained in:
		
							parent
							
								
									bd61a623ac
								
							
						
					
					
						commit
						4ffd589f44
					
				| @ -5702,7 +5702,7 @@ StartupXLOG(void) | ||||
| 		xlogctl->replayEndRecPtr = ReadRecPtr; | ||||
| 		xlogctl->replayEndTLI = ThisTimeLineID; | ||||
| 		xlogctl->lastReplayedEndRecPtr = EndRecPtr; | ||||
| 		xlogctl->lastReplayedEndRecPtr = ThisTimeLineID; | ||||
| 		xlogctl->lastReplayedTLI = ThisTimeLineID; | ||||
| 		xlogctl->recoveryLastXTime = 0; | ||||
| 		xlogctl->currentChunkStartTime = 0; | ||||
| 		xlogctl->recoveryPause = false; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user