pgsql: Fix under-parenthesized macro definitions - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix under-parenthesized macro definitions
Date
Msg-id E1i8rH4-00041Z-Tm@gemulon.postgresql.org
Whole thread Raw
List 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/19795.1568400476@sss.pgh.pa.us

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/83c2c97114de330dc0c1a11f0edfe0f9bf116614

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL