Re: JIT flag definitions not parenthesized

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: David Rowley <david.rowley@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Andres Freund <andres@anarazel.de>
Date: 2018-04-23T08:49:17Z
Lists: pgsql-hackers
On 22/04/18 23:21, David Rowley wrote:
> 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.

Fixed, thanks!

- Heikki


Commits

  1. Make PGJIT_* macros safer.