diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-07-13 09:02:53 +0000 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-07-13 09:02:53 +0000 |
commit | 49d7a64f60425c56fa331e2fee99aa7967abc847 (patch) | |
tree | 8da9af2f6a99ebb8e5d6f81d0876944db0a9d34b /src/backend/access/gist/gistsplit.c | |
parent | 371a14255b24baa101f688a961b54e20b3ca6a17 (diff) | |
download | postgresql-49d7a64f60425c56fa331e2fee99aa7967abc847.tar.gz postgresql-49d7a64f60425c56fa331e2fee99aa7967abc847.zip |
Oops, in the previous fix to prevent a cursor that's being used in a FOR
loop from being dropped, I missed subtransaction cleanup. Pinned portals
must be dropped at subtransaction cleanup just as they are at main
transaction cleanup.
Per bug #5556 by Robert Walker. Backpatch to 8.0, 7.4 didn't have
subtransactions.
Diffstat (limited to 'src/backend/access/gist/gistsplit.c')
0 files changed, 0 insertions, 0 deletions