Re: JIT flag definitions not parenthesized

2018-04-23 Thread Andres Freund
Hi, On 2018-04-23 04:49:17 -0400, Heikki Linnakangas wrote: > On 22/04/18 23:21, David Rowley wrote: > > Patch attached. > > Fixed, thanks! Thanks David, Heikki. - Andres

Re: JIT flag definitions not parenthesized

2018-04-23 Thread Heikki Linnakangas
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.

JIT flag definitions not parenthesized

2018-04-22 Thread David Rowley
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: