Re: AllocSetContextCreate changes breake extensions

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: AllocSetContextCreate changes breake extensions
Дата
Msg-id 20181012171040.GA25709@msg.df7cb.de
обсуждение исходный текст
Ответ на AllocSetContextCreate changes breake extensions  (Andres Freund <andres@anarazel.de>)
Ответы Re: AllocSetContextCreate changes breake extensions
Список pgsql-hackers
Re: Andres Freund 2018-10-12 <20181012170355.bhxi273skjt6sag4@alap3.anarazel.de>
> Hi,
> 
> Christoph Berg, on IRC, raised the issue that at least one extension
> failed compiling in v11. The extension currently does:
> https://github.com/pgq/pgq/blob/master/triggers/common.c#L225

Others have already been fixed, e.g. hll:

https://github.com/citusdata/postgresql-hll/pull/52/commits/e7bfbc80bbaca547167d645be11db24c8922385f

Andres' idea would enable the old code to continue to work, but
couldn't we additionally to backpatch the ALLOCSET_*_SIZES macros, so
the new code works also on old versions that didn't get the new
AllocSetContextCreate macro?

Christoph


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: AllocSetContextCreate changes breake extensions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AllocSetContextCreate changes breake extensions