mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
UINT16_MAX usage is originating from commit 212e6f34d55c. Per buildfarm animal currawong.
This commit is contained in:
		
							parent
							
								
									15334ad19a
								
							
						
					
					
						commit
						9eafa2b5b0
					
				| @ -40,7 +40,7 @@ extern const int fmgr_nbuiltins;	/* number of entries in table */ | |||||||
|  * Mapping from a builtin function's oid to the index in the fmgr_builtins |  * Mapping from a builtin function's oid to the index in the fmgr_builtins | ||||||
|  * array. |  * array. | ||||||
|  */ |  */ | ||||||
| #define InvalidOidBuiltinMapping UINT16_MAX | #define InvalidOidBuiltinMapping PG_UINT16_MAX | ||||||
| extern const uint16 fmgr_builtin_oid_index[FirstBootstrapObjectId]; | extern const uint16 fmgr_builtin_oid_index[FirstBootstrapObjectId]; | ||||||
| 
 | 
 | ||||||
| #endif							/* FMGRTAB_H */ | #endif							/* FMGRTAB_H */ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user