mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 22:08:41 -04:00
cf407f164e
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.