This is a discussion on pgsql: Add SPI-level support for executing SQL commands with within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Add SPI-level support for executing SQL commands with one-time-use plans, that is commands that have out-of-line ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Log Message: ----------- Add SPI-level support for executing SQL commands with one-time-use plans, that is commands that have out-of-line parameters but the plan is prepared assuming that the parameter values are constants. This is needed for the plpgsql EXECUTE USING patch, but will probably have use elsewhere. This commit includes the SPI functions and documentation, but no callers nor regression tests. The upcoming EXECUTE USING patch will provide regression-test coverage. I thought committing this separately made sense since it's logically a distinct feature. Modified Files: -------------- pgsql/doc/src/sgml: spi.sgml (r1.61 -> r1.62) (http://anoncvs.postgresql.org/cvsweb...1=1.61&r2=1.62) pgsql/src/backend/executor: spi.c (r1.191 -> r1.192) (http://anoncvs.postgresql.org/cvsweb...1.191&r2=1.192) pgsql/src/include/executor: spi.h (r1.65 -> r1.66) (http://anoncvs.postgresql.org/cvsweb...1=1.65&r2=1.66) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers |
| Thread Tools | |
| Display Modes | |
|
|