Re: RelationCreateStorage can orphan files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RelationCreateStorage can orphan files
Дата
Msg-id 208.1284604325@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: RelationCreateStorage can orphan files  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: RelationCreateStorage can orphan files  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Sep 15, 2010 at 9:16 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> That design is intentional. �If the file create fails, and you've
>> already written a WAL record that says you created it, you are flat
>> out screwed. �You can't even PANIC --- if you do, then the replay of
>> the WAL record will likely fail and PANIC again, leaving the database
>> dead in the water.

> Not that this is perhaps more than of academic interest, but could you
> get around this problem by making the replay of the XLOG record defer
> the creation of the file until such time as it's actually written to
> or the creating XID commits?  And also, if the XID does not commit,
> going back and trying to remove the file (on a best effort basis)?

Perhaps, but it seems like a lot more complexity than is justified
by the problem.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: patch: SQL/MED(FDW) DDL
Следующее
От: Robert Haas
Дата:
Сообщение: Re: RelationCreateStorage can orphan files