From: | David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de> |
Subject: | JIT flag definitions not parenthesized |
Date: | 2018-04-23 03:21:59 |
Message-ID: | CAKJS1f8Ge2y0sDs6RQEJFH-vjb-bWhs86rCX4Fp4FZ+TmxtRkw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
parenthesize_jit_flags.patch | application/octet-stream | 612 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2018-04-23 04:11:52 | Re: Boolean partitions syntax |
Previous Message | Amit Langote | 2018-04-23 02:44:14 | Re: using expression syntax for partition bounds (was: Re: Boolean partitions syntax) |