diff options
Diffstat (limited to 'src/include/executor/spi.h')
-rw-r--r-- | src/include/executor/spi.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h index d1de139a3b5..d5f04d72755 100644 --- a/src/include/executor/spi.h +++ b/src/include/executor/spi.h @@ -100,13 +100,6 @@ typedef struct _SPI_plan *SPIPlanPtr; #define SPI_OPT_NONATOMIC (1 << 0) -/* These used to be functions, now just no-ops for backwards compatibility */ -#define SPI_push() ((void) 0) -#define SPI_pop() ((void) 0) -#define SPI_push_conditional() false -#define SPI_pop_conditional(pushed) ((void) 0) -#define SPI_restore_connection() ((void) 0) - extern PGDLLIMPORT uint64 SPI_processed; extern PGDLLIMPORT SPITupleTable *SPI_tuptable; extern PGDLLIMPORT int SPI_result; |