diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-01 17:32:48 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-01 17:32:48 +0000 |
commit | 6a9fffcd0d8587a0f6e7d073c5fb632623fd3956 (patch) | |
tree | 30ecbb0f3563076bbefb5576689505502e06d834 /src/backend/utils/adt/xml.c | |
parent | 6d19e9ffad0ff7cc739e0e2f63241777e8610635 (diff) | |
download | postgresql-6a9fffcd0d8587a0f6e7d073c5fb632623fd3956.tar.gz postgresql-6a9fffcd0d8587a0f6e7d073c5fb632623fd3956.zip |
Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter sets
the PARAM_FLAG_CONST flag on the parameters that are passed into the portal,
while the former's behavior is unchanged. This should only affect the case
where the portal is executing an EXPLAIN; it will cause the generated plan to
look more like what would be generated if the portal were actually executing
the command being explained. Per gripe from Pavel.
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions