Обсуждение: pgsql: The code to unlink dropped relations in

Поиск
Список
Период
Сортировка

pgsql: The code to unlink dropped relations in

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
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)