diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-12-01 01:30:18 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-12-01 01:30:18 +0000 |
commit | cf407f164ea9246ba37866dda6e43f94d65e86f5 (patch) | |
tree | c18b678abf907c426638d236123d405a5830aac1 /src/backend/access/gist | |
parent | 76cc2fe6a1817874011aebe564e83c71ad8cfc2d (diff) | |
download | postgresql-cf407f164ea9246ba37866dda6e43f94d65e86f5.tar.gz postgresql-cf407f164ea9246ba37866dda6e43f94d65e86f5.zip |
Refactor crosstab() to build and return a tuplestore instead of using
value-per-call mode. This should be more efficient in normal usage,
but the real problem with the prior coding was that it returned with
a SPI call still active. That could cause problems if execution was
interleaved with anything else that might use SPI.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions