mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
		@@ -196,7 +196,7 @@ typedef struct StdRdOptions
 | 
			
		||||
	int32		vl_len_;		/* varlena header (do not touch directly!) */
 | 
			
		||||
	int			fillfactor;		/* page fill factor in percent (0..100) */
 | 
			
		||||
	AutoVacOpts autovacuum;		/* autovacuum-related options */
 | 
			
		||||
	bool		security_barrier;	/* for views */
 | 
			
		||||
	bool		security_barrier;		/* for views */
 | 
			
		||||
} StdRdOptions;
 | 
			
		||||
 | 
			
		||||
#define HEAP_MIN_FILLFACTOR			10
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user