mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix bad indentation introduced in commit f011e82c2c
				
					
				
			This commit is contained in:
		@@ -362,7 +362,7 @@ XLogPrefetcher *
 | 
			
		||||
XLogPrefetcherAllocate(XLogReaderState *reader)
 | 
			
		||||
{
 | 
			
		||||
	XLogPrefetcher *prefetcher;
 | 
			
		||||
	HASHCTL ctl;
 | 
			
		||||
	HASHCTL		ctl;
 | 
			
		||||
 | 
			
		||||
	prefetcher = palloc0(sizeof(XLogPrefetcher));
 | 
			
		||||
	prefetcher->reader = reader;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user