mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	Fix inconsistencies and typos in the tree, take 9
This addresses more issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/7ab243e0-116d-3e44-d120-76b3df7abefd@gmail.com
This commit is contained in:
		| @@ -252,7 +252,7 @@ typedef struct HashMetaPageData | ||||
| 	uint32		hashm_maxbucket;	/* ID of maximum bucket in use */ | ||||
| 	uint32		hashm_highmask; /* mask to modulo into entire table */ | ||||
| 	uint32		hashm_lowmask;	/* mask to modulo into lower half of table */ | ||||
| 	uint32		hashm_ovflpoint;	/* splitpoint from which ovflpgs being | ||||
| 	uint32		hashm_ovflpoint;	/* splitpoint from which ovflpage being | ||||
| 									 * allocated */ | ||||
| 	uint32		hashm_firstfree;	/* lowest-number free ovflpage (bit#) */ | ||||
| 	uint32		hashm_nmaps;	/* number of bitmap pages */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user