Re: Switching timeline over streaming replication

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Switching timeline over streaming replication
Дата
Msg-id 15005.1352991326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Switching timeline over streaming replication  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: Switching timeline over streaming replication  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> This is a fairly general issue, actually. Looking around, I can see at 
> least two similar cases in existing code, with BasicOpenFile, where we 
> will leak file descriptors on error:

Um, don't we automatically clean those up during transaction abort?
If we don't, we ought to think about that, not about cluttering calling
code with certain-to-be-inadequate cleanup in error cases.
        regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader
Следующее
От: Shigeru Hanada
Дата:
Сообщение: Re: FDW for PostgreSQL