The code to unlink dropped relations in FinishPreparedTransaction() was
commitd011223e083aa02481aa08a95c5dd8a0e60a040c
authorheikki <heikki>
Thu, 25 Jun 2009 19:05:52 +0000 (25 19:05 +0000)
committerheikki <heikki>
Thu, 25 Jun 2009 19:05:52 +0000 (25 19:05 +0000)
tree6ef95c511c75e63031fab9152cb1acb680869675
parent9861fc9ca22ea2acf647ed8cdbecac6064be49b5
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