Re: BUG #3110: Online Backup introduces Duplicate OIDs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3110: Online Backup introduces Duplicate OIDs
Дата
Msg-id 16088.1173748127@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #3110: Online Backup introduces Duplicate OIDs  (Randy Isbell <jisbell@cisco.com>)
Ответы Re: BUG #3110: Online Backup introduces Duplicate OIDs  (Randy Isbell <jisbell@cisco.com>)
Список pgsql-bugs
Randy Isbell <jisbell@cisco.com> writes:
> One thing I do find interesting:  while the backup created with my
> "online" / Chap 23.3 processing contains 18 WAL files, only the last
> 3 (most recent) are used during the recovery process.  Is that normal?

Hmm, no, that seems pretty suspicious.  The thing *should* be starting
from the checkpoint created by pg_start_backup(), but that observation
makes it sound like it is starting from some later one, probably
whatever happened to be current when pg_control got archived.  Please
check this by noting what the startup messages say about where replay
commences, and compare to the backup label file (plain text, you can
just look at it) and pg_control (use pg_controldata before starting the
replay).

            regards, tom lane

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #3131: on win pg_connect() is very slow
Следующее
От: Randy Isbell
Дата:
Сообщение: Re: BUG #3110: Online Backup introduces Duplicate OIDs