Can there ever be out of sequence WAL files?

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Can there ever be out of sequence WAL files?
Дата
Msg-id CALj2ACWzYg4uX-ZXcKJVLodbFNucn83MF9dBdhZbHggyHONkDw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Can there ever be out of sequence WAL files?  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-hackers
Hi,

Can the postgres server ever have/generate out of sequence WAL files?
For instance, 000000010000020C000000A2, 000000010000020C000000A3,
000000010000020C000000A5 and so on, missing 000000010000020C000000A4.
Manual/Accidental deletion of the WAL files can happes, but are there
any other extreme situations (like recycling, removing old WAL files
etc.) caused by the postgres server leading to missing WAL files?

What happens when postgres server finds missing WAL file during
crash/standby recovery?

Thoughts?

Regards,
Bharath Rupireddy.



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: sequences vs. synchronous replication
Следующее
От: "wangw.fnst@fujitsu.com"
Дата:
Сообщение: RE: Optionally automatically disable logical replication subscriptions on error