diff options
Diffstat (limited to 'src/include/executor/spi.h')
-rw-r--r-- | src/include/executor/spi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h index b16440cf004..d2616968ac4 100644 --- a/src/include/executor/spi.h +++ b/src/include/executor/spi.h @@ -75,7 +75,6 @@ typedef struct _SPI_plan *SPIPlanPtr; #define SPI_restore_connection() ((void) 0) extern PGDLLIMPORT uint64 SPI_processed; -extern PGDLLIMPORT Oid SPI_lastoid; extern PGDLLIMPORT SPITupleTable *SPI_tuptable; extern PGDLLIMPORT int SPI_result; |