aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-04-01 03:09:30 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-04-01 03:09:30 +0000
commitd5466e38f0fbc196b250d082bdab62728de036f9 (patch)
treec64da87193d8ea1c8cc95344a9234eb08ce2470d /src/backend/utils/adt/regexp.c
parent6b73d7e5676298fe7891014adc56a0a32c807117 (diff)
downloadpostgresql-d5466e38f0fbc196b250d082bdab62728de036f9.tar.gz
postgresql-d5466e38f0fbc196b250d082bdab62728de036f9.zip
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.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions