The code to unlink dropped relations in FinishPreparedTransaction() was
authorHeikki Linnakangas <heikki@enterprisedb.com>
Thu, 25 Jun 2009 19:05:52 +0000 (19:05 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Thu, 25 Jun 2009 19:05:52 +0000 (19:05 +0000)
commitea31f746323e66dcb50879823ed4753d863e785f
tree3f0776f876ad358d3cd3f5063a1823602293e5df
parentd9c03fae269553cb0ffd05cf9e9603c66a2b16ce
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