pgsql: The code to unlink dropped relations in - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: The code to unlink dropped relations in
Date
Msg-id 20090625190552.DE5C075331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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().

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        twophase.c (r1.53 -> r1.54)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c?r1=1.53&r2=1.54)

pgsql-committers by date:

Previous
From: jcasanov@pgfoundry.org (User Jcasanov)
Date:
Subject: press - pr: Header 'Contents' was not translated.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make prior patch pgindent-safe.