The code to unlink dropped relations in FinishPreparedTransaction() was

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: ebaa1952f1f2c0b6f4d1e25ad64ee978fe5abe81
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2009-06-25T19:05:52Z
Releases: 8.4.0
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().

Files

PathChange+/−
src/backend/access/transam/twophase.c modified +2 −5