Add new SPI functions for use by PL/Java:
Bruce Momjian <bruce@momjian.us>
Add new SPI functions for use by PL/Java: +extern Oid SPI_getargtypeid(void *plan, int argIndex); +extern int SPI_getargcount(void *plan); +extern bool SPI_is_cursor_plan(void *plan); Thomas Hallgren
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/spi.sgml | modified | +185 −1 |
| src/backend/executor/spi.c | modified | +60 −1 |
| src/include/executor/spi.h | modified | +5 −1 |