aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2008-12-04 14:51:02 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2008-12-04 14:51:02 +0000
commit7b640b0345dc4fbd39ff568700985b432f6afa07 (patch)
treebf19fbefd12623fd923cc9fcfc51e41767ad50b2 /src/backend/commands/functioncmds.c
parent30c52532d2fe9dfc915ae1292f03adf7d033816b (diff)
downloadpostgresql-7b640b0345dc4fbd39ff568700985b432f6afa07.tar.gz
postgresql-7b640b0345dc4fbd39ff568700985b432f6afa07.zip
Fix a couple of snapshot management bugs in the new ResourceOwner world:
non-writable large objects need to have their snapshots registered on the transaction resowner, not the current portal's, because it must persist until the large object is closed (which the portal does not). Also, ensure that the serializable snapshot is recorded by the transaction resource owner too, even when a subtransaction has changed the current resource owner before serializable is taken. Per bug reports from Pavan Deolasee.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions