pgsql: The code to unlink dropped relations in

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: The code to unlink dropped relations in
Дата
Msg-id 20090625190552.DE5C075331E@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jcasanov@pgfoundry.org (User Jcasanov)
Дата:
Сообщение: press - pr: Header 'Contents' was not translated.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make prior patch pgindent-safe.