RE: strange behaviour (bug)

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: strange behaviour (bug)
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A23018CC6@SECTORBASE1
обсуждение исходный текст
Ответ на strange behaviour (bug)  (Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>)
Список pgsql-hackers
> I looked into your XLOG stuff a little.
> It seems that XLogFileOpen() isn't implemented yet.
> Would/should XLogFIleOpen() guarantee to open a Relation
> properly at any time ?

If each relation will have unique file name then there will be no
problem. If a relation was dropped then after crash redo will try
to open probably unexisted file. XLogFileOpen will return NULL in this case
(redo will do nothing) and remember this fact (ie - "file deletion is
expected").

Vadim




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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Dumping views as views?
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Status of new relation file naming