Re: Why does pgindent's README say to download typedefs.list from the buildfarm?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why does pgindent's README say to download typedefs.list from the buildfarm?
Дата
Msg-id 2233228.1715908176@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why does pgindent's README say to download typedefs.list from the buildfarm?  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Why does pgindent's README say to download typedefs.list from the buildfarm?  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> On Thu, May 16, 2024 at 10:45:18AM -0400, Tom Lane wrote:
>> ... I think the enum should be nuked altogether, but
>> it's a bit late to be redesigning that for v17 perhaps.

> You're right, WaitEventExtension is better gone.  The only thing that
> matters is that we want to start computing the IDs assigned to the
> custom wait events for extensions with a number higher than the
> existing WAIT_EXTENSION to avoid interferences in pg_stat_activity, so
> this could be cleaned up as the attached.

WFM, and this is probably a place where we don't want to change the
API in v17 and again in v18, so I agree with pushing now.

Reminder though: beta1 release freeze begins Saturday.
Not many hours left.

            regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Why does pgindent's README say to download typedefs.list from the buildfarm?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: WAL record CRC calculated incorrectly because of underlying buffer modification