JIT flag definitions not parenthesized - Mailing list pgsql-hackers

From David Rowley
Subject JIT flag definitions not parenthesized
Date
Msg-id CAKJS1f8Ge2y0sDs6RQEJFH-vjb-bWhs86rCX4Fp4FZ+TmxtRkw@mail.gmail.com
Whole thread Raw
Responses Re: JIT flag definitions not parenthesized  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
Looks like the JIT flags definitions are not properly parenthesized.
It might not matter too much for their current usage, but it might
save a bit of confusion later.

git grep "^#define .*<<.*[^)]$" indicates these are the only offenders.

Patch attached.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: using expression syntax for partition bounds (was: Re: Booleanpartitions syntax)
Next
From: Amit Langote
Date:
Subject: Re: Boolean partitions syntax