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.1568400...@sss.pgh.pa.us Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/6d50fd469a4618d92bcdf44fd8a4ef0a2f06f782 Modified Files -------------- src/include/nodes/parsenodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)