mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix two typos in xlogstats.h and xlogstats.c
Issue found while browsing this area of the code, introduced and
copy-pasted around by 2258e76f90.
Backpatch-through: 15
			
			
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*-------------------------------------------------------------------------
 | 
					/*-------------------------------------------------------------------------
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * xlogstats.c
 | 
					 * xlogstats.c
 | 
				
			||||||
 *		Functions for WAL Statitstics
 | 
					 *		Functions for WAL Statistics
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright (c) 2022-2024, PostgreSQL Global Development Group
 | 
					 * Copyright (c) 2022-2024, PostgreSQL Global Development Group
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*-------------------------------------------------------------------------
 | 
					/*-------------------------------------------------------------------------
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * xlogstats.h
 | 
					 * xlogstats.h
 | 
				
			||||||
 *		Definitions for WAL Statitstics
 | 
					 *		Definitions for WAL Statistics
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright (c) 2022-2024, PostgreSQL Global Development Group
 | 
					 * Copyright (c) 2022-2024, PostgreSQL Global Development Group
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user