Re: CLOBBER_CACHE_ALWAYS regression instability

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: CLOBBER_CACHE_ALWAYS regression instability
Дата
Msg-id 20200405235419.GA24134@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: CLOBBER_CACHE_ALWAYS regression instability  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: CLOBBER_CACHE_ALWAYS regression instability
Список pgsql-hackers
On 2020-Apr-05, Tom Lane wrote:

> What I wish we had was alloca(), so you don't need a FUNC_MAX_ARGS-sized
> array to parse a two-argument function call.  Too bad C99 didn't add
> that.  (But some sniffing around suggests that an awful lot of systems
> have it anyway ... even MSVC.  Hmmm.)

Isn't it the case that you can create an inner block with a constant
whose size is determined by a containing block's variable?  I mean as in
the attached, which refuses to compile because of our -Werror=vla -- but
if I remove it, it compiles fine and works in my system.


-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Make MemoryContextMemAllocated() more precise
Следующее
От: Grigory Smolkin
Дата:
Сообщение: archive recovery fetching wrong segments