mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Move some things from builtins.h to new header files
This avoids that builtins.h has to include additional header files.
This commit is contained in:
		@@ -35,6 +35,7 @@
 | 
			
		||||
#include "regex/regex.h"
 | 
			
		||||
#include "utils/array.h"
 | 
			
		||||
#include "utils/builtins.h"
 | 
			
		||||
#include "utils/varlena.h"
 | 
			
		||||
 | 
			
		||||
#define PG_GETARG_TEXT_PP_IF_EXISTS(_n) \
 | 
			
		||||
	(PG_NARGS() > (_n) ? PG_GETARG_TEXT_PP(_n) : NULL)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user