mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Comment fix: "buffer context lock" to "buffer content lock".
The term "buffer context lock" is outdated as of commit 5d5087363d.
			
			
This commit is contained in:
		@@ -2830,7 +2830,7 @@ AbortTransaction(void)
 | 
				
			|||||||
	pgstat_report_wait_end();
 | 
						pgstat_report_wait_end();
 | 
				
			||||||
	pgstat_progress_end_command();
 | 
						pgstat_progress_end_command();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Clean up buffer context locks, too */
 | 
						/* Clean up buffer content locks, too */
 | 
				
			||||||
	UnlockBuffers();
 | 
						UnlockBuffers();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Reset WAL record construction state */
 | 
						/* Reset WAL record construction state */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user