Re: Synchronize with imath upstream

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: Synchronize with imath upstream
Дата
Msg-id 20190203081124.GC6226@rfd.leadboat.com
обсуждение исходный текст
Ответ на Re: Synchronize with imath upstream  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
On Sun, Feb 03, 2019 at 07:07:36AM +0000, Andrew Gierth wrote:
> In that case I propose that we avoid the whole issue by removing
> -Wdeclaration-after-statement entirely.

Some folks who skip $SUBJECT will be interested in your proposal.  If you wish
to pursue that proposal, please start a new thread.

On Sun, Feb 03, 2019 at 07:14:13AM +0000, Andrew Gierth wrote:
> >>>>> "Noah" == Noah Misch <noah@leadboat.com> writes:
> 
>  Noah> -  # -Wdeclaration-after-statement isn't applicable for C++
>  Noah> +  # -Wdeclaration-after-statement isn't applicable for C++.  Specific C files
>  Noah> +  # disable it, so AC_SUBST the negative form.
>  Noah> +  PERMIT_DECLARATION_AFTER_STATEMENT=
>  Noah> +  if test x"$save_CFLAGS" != "$CFLAGS"; then
> 
> Missing "x" here?
> 
> +  if test x"$save_CFLAGS" != x"$CFLAGS"; then

I'll incorporate your fix.  Thanks.


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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: pg_dump multi VALUES INSERT
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: Early WIP/PoC for inlining CTEs