summaryrefslogtreecommitdiff
path: root/src/include/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-02-19 19:49:53 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-02-19 19:49:53 +0000
commit414f94f2624849a6dce847d0eccd97df9c7932ae (patch)
treef12d1fbcc7424516fc84ab0865b55502193b6940 /src/include/executor
parent66858ebc6747a371a18b5f984d3080ced171bd1c (diff)
Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible
syntax. Fix the RESULT_OID case, which never worked. Add documentation.
Diffstat (limited to 'src/include/executor')
-rw-r--r--src/include/executor/spi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h
index 4834ab4dd87..b95eaae4e9e 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;