Re: Add a perl function in Cluster.pm to generate WAL

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add a perl function in Cluster.pm to generate WAL
Дата
Msg-id ZYEaLlhZ5lgTqsaQ@paquier.xyz
обсуждение исходный текст
Ответ на Re: Add a perl function in Cluster.pm to generate WAL  ("Euler Taveira" <euler@eulerto.com>)
Ответы Re: Add a perl function in Cluster.pm to generate WAL  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-hackers
On Mon, Dec 18, 2023 at 08:48:09AM -0300, Euler Taveira wrote:
> It is cheaper.

Agreed that this could just use a set of pg_logical_emit_message()
when jumping across N segments.  Another thing that seems quite
important to me is to force a flush of WAL with the last segment
switch, and the new "flush" option of pg_logical_emit_message() can
be very handy for this purpose.
--
Michael

Вложения

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Clang optimiser vs preproc.c
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Synchronizing slots from primary to standby