Re: pgsql: Remove unused wait events.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Remove unused wait events.
Дата
Msg-id 4052153.1635183584@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Remove unused wait events.  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: pgsql: Remove unused wait events.
Список pgsql-hackers
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.

            regards, tom lane



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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: Remove unused wait events.
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT.