Re: Synchronize with imath upstream

Andrew Gierth <andrew@tao11.riddles.org.uk>

From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Noah Misch <noah@leadboat.com>
Cc: pgsql-hackers@postgresql.org
Date: 2019-02-03T07:14:13Z
Lists: pgsql-hackers
>>>>> "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

-- 
Andrew (irc:RhodiumToad)


Commits

  1. Import changes from IMath versions (1.3, 1.29].

  2. Cherry-pick security-relevant fixes from upstream imath library.