Re: embedded list v3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: embedded list v3
Дата
Msg-id 5441.1349038081@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: embedded list v3  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: embedded list v3  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> Perhaps we need to decouple _Static_assert support from compound statement 
> support at some point, but we will see.

Yeah, possibly, but until we have an example of a non-gcc-compatible
compiler that can do something equivalent, it's hard to guess how we
might need to alter the autoconf tests.  Anyway the important thing
for now is the external specification of the macros, and I think we're
good on that (modulo any better naming suggestions).

I'm fairly sure there are already a few cases of Asserts on
compile-time-constant expressions, so I made sure that there was a layer
allowing access to _Static_assert without the type-compatibility code.
I didn't go looking for anything to convert, but I think there's some
in the shared memory initialization code.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: embedded list v3
Следующее
От: Andres Freund
Дата:
Сообщение: Re: embedded list v3