Re: pgsql: Remove unused wait events.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Remove unused wait events.
Дата
Msg-id 20211025180122.th5rm5mhg766qd2u@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Remove unused wait events.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Remove unused wait events.  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
On 2021-10-25 13:39:44 -0400, Tom Lane wrote:
> Daniel Gustafsson <daniel@yesql.se> writes:
> > Since this will cause integer values to have different textual enum value
> > representations in 14 and 15+, do we want to skip two numbers by assigning the
> > next wait event the integer value of WAIT_EVENT_WAL_WRITE incremented by three?
> > Or enum integer reuse not something we guarantee against across major versions?
> 
> We require a recompile across major versions.  I don't see a reason why
> this particular enum needs more stability than any other one.

+1. That'd end up pushing us to be more conservative about defining new wait
events, which I think would be bad tradeoff.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Experimenting with hash tables inside pg_dump
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: Remove unused wait events.