mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible
syntax. Fix the RESULT_OID case, which never worked. Add documentation.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user