Re: JIT flag definitions not parenthesized

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: JIT flag definitions not parenthesized
Date: 2018-04-23 08:49:17
Message-ID: f3e62be2-5ea6-f827-19c8-8b0e8247d2ca@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-04-23 09:09:08 Re: BGWORKER_BYPASS_ALLOWCONN used nowhere (infra part of on-line checksum switcher)
Previous Message Pierre Ducroquet 2018-04-23 08:47:26 Re: Build fails with different versions of clang and LLVM