mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	char* --> Datum
This commit is contained in:
		@@ -73,7 +73,7 @@ extern int	SPI_result;
 | 
			
		||||
extern int	SPI_connect(void);
 | 
			
		||||
extern int	SPI_finish(void);
 | 
			
		||||
extern int	SPI_exec(char *src, int tcount);
 | 
			
		||||
extern int	SPI_execp(void *plan, char **values, char *Nulls, int tcount);
 | 
			
		||||
extern int	SPI_execp(void *plan, Datum *values, char *Nulls, int tcount);
 | 
			
		||||
extern void *SPI_prepare(char *src, int nargs, Oid * argtypes);
 | 
			
		||||
extern void *SPI_saveplan(void *plan);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user