JIT flag definitions not parenthesized

Поиск
Список
Период
Сортировка
От David Rowley
Тема JIT flag definitions not parenthesized
Дата
Msg-id CAKJS1f8Ge2y0sDs6RQEJFH-vjb-bWhs86rCX4Fp4FZ+TmxtRkw@mail.gmail.com
обсуждение исходный текст
Ответы Re: JIT flag definitions not parenthesized  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: using expression syntax for partition bounds (was: Re: Booleanpartitions syntax)
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Boolean partitions syntax