From 414f94f2624849a6dce847d0eccd97df9c7932ae Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 19 Feb 2001 19:49:53 +0000 Subject: Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible syntax. Fix the RESULT_OID case, which never worked. Add documentation. --- src/include/executor/spi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/executor/spi.h') diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h index 4834ab4dd8..b95eaae4e9 100644 --- a/src/include/executor/spi.h +++ b/src/include/executor/spi.h @@ -71,6 +71,7 @@ typedef struct #define SPI_OK_CURSOR 10 extern DLLIMPORT uint32 SPI_processed; +extern DLLIMPORT Oid SPI_lastoid; extern DLLIMPORT SPITupleTable *SPI_tuptable; extern DLLIMPORT int SPI_result; -- cgit v1.2.1