Re: pg_stat_wal_receiver and flushedUpto/writtenUpto

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pg_stat_wal_receiver and flushedUpto/writtenUpto
Дата
Msg-id 20200515230539.GC212736@paquier.xyz
обсуждение исходный текст
Ответ на Re: pg_stat_wal_receiver and flushedUpto/writtenUpto  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: pg_stat_wal_receiver and flushedUpto/writtenUpto  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Fri, May 15, 2020 at 01:43:11PM -0400, Alvaro Herrera wrote:
> Why do you put the column at the end?  I would put written_lsn before
> flushed_lsn.

Fine by me.  I was thinking yesterday about putting the written
position after the flushed one, and finished with something that maps
with the structure.

> Since this requires a catversion bump, I think it'd be best to do it
> before beta1 next week.

Yes.  What do you think of the attached?
--
Michael

Вложения

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

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: calling procedures is slow and consumes extra much memory againstcalling function
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg13: xlogreader API adjust