pgsql: Fix under-parenthesized macro definitions

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix under-parenthesized macro definitions
Date: 2019-09-13 19:30:30
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix under-parenthesized macro definitions

Lack of parens in the definitions could cause a statement using these
macros to have unexpected semantics. In current code no bug is
apparent, but best to fix the definitions to avoid problems down the
line.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/[email protected]

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/82d0ae919ff8e7a9cb9283420a8834c9b9344128

Modified Files
--------------
src/include/nodes/parsenodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-13 19:31:32 Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL
Previous Message Alvaro Herrera 2019-09-13 18:52:41 Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL