aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-03-04 19:54:23 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-03-04 19:54:23 +0000
commitcbcc5b11a819593c3b45ebccaeecea0f631e00f1 (patch)
tree7b925dd1338163aa6091f0ed8421068f8d9c0672 /src/backend/commands/async.c
parenta27e4ecda98f6b3f6e586179e3e977d61d99a144 (diff)
downloadpostgresql-cbcc5b11a819593c3b45ebccaeecea0f631e00f1.tar.gz
postgresql-cbcc5b11a819593c3b45ebccaeecea0f631e00f1.zip
Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a
temporary table; we can't support that because there's no way to clean up the source backend's internal state if the eventual COMMIT PREPARED is done by another backend. This was checked correctly in 8.1 but I broke it in 8.2 :-(. Patch by Heikki Linnakangas, original trouble report by John Smith.
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions