]> granicus.if.org Git - postgresql/commit
The code to unlink dropped relations in FinishPreparedTransaction() was
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 25 Jun 2009 19:05:52 +0000 (19:05 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 25 Jun 2009 19:05:52 +0000 (19:05 +0000)
commitebaa1952f1f2c0b6f4d1e25ad64ee978fe5abe81
tree10de194d6bee4452b5dc81bd03e8478a3db6d596
parent8fd733bd19b2a0a8cde5a9e9a247ef361f167387
The code to unlink dropped relations in FinishPreparedTransaction() was
acting like runs inside WAL recovery, but it doesn't. I must've copy-pasted
this from a redo-function in the relation forks patch. Noticed by Tom Lane
while he was looking through callers of smgrdounlink().
src/backend/access/transam/twophase.c