Re: pgsql: Add wait event for fsync of WAL segments

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Add wait event for fsync of WAL segments
Дата
Msg-id 20180703005558.GC2159@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Add wait event for fsync of WAL segments  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: pgsql: Add wait event for fsync of WAL segments
Список pgsql-committers
On Mon, Jul 02, 2018 at 12:23:35PM -0400, Alvaro Herrera wrote:
> I wonder if we should backpatch this one all the way to pg10.  I don't
> see no reason not to.

ABI breakage (if that's the correct wording?).  Simply cherry-picking
the patch from master to back-branches would cause extensions and
plugins already compiled with those versions to be confused by the
ordering of the enum WaitEventIO.  Well, one simple solution is to
simply put the new event purposefully at the bottom of the list.  If
that sounds right, I could do that on back-branches but I'd rather let
HEAD on it current state with the event set correctly ordered.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Clarify use of temporary tables within partition trees
Следующее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Clarify use of temporary tables within partition trees