Re: Use "WAL segment" instead of "log segment" consistently in user-facing messages

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Re: Use "WAL segment" instead of "log segment" consistently in user-facing messages
Дата
Msg-id CALj2ACVTtH9HamzzYTSFuEopeh77homm3mW2fx13QPnsnGAKUg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Use "WAL segment" instead of "log segment" consistently in user-facing messages  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: Use "WAL segment" instead of "log segment" consistently in user-facing messages  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
On Tue, Jul 19, 2022 at 12:00 AM Nathan Bossart
<nathandbossart@gmail.com> wrote:
>
> Overall, these patches look reasonable.
>
> On Mon, Jul 18, 2022 at 04:24:12PM +0530, Bharath Rupireddy wrote:
> >     record.  Because the entire content of data pages is saved in the
> > -   log on the first page modification after a checkpoint (assuming
> > +   WAL record on the first page modification after a checkpoint (assuming
> >     <xref linkend="guc-full-page-writes"/> is not disabled), all pages
> >     changed since the checkpoint will be restored to a consistent
> >     state.
>
> nitpick: I would remove the word "record" in this change.

Done. PSA v5 patch set.

Regards,
Bharath Rupireddy.

Вложения

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

Предыдущее
От: "tanghy.fnst@fujitsu.com"
Дата:
Сообщение: Memory leak fix in psql
Следующее
От: Andrey Lepikhov
Дата:
Сообщение: Re: Fast COPY FROM based on batch insert