pgsql: Fix under-parenthesized macro definitions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix under-parenthesized macro definitions
Дата
Msg-id E1i8rH4-00041Y-Tc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix under-parenthesized macro definitions

Lack of parens in the definitions could cause a statement using these
macros to have unexpected semantics.  In current code no bug is
apparent, but best to fix the definitions to avoid problems down the
line.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/19795.1568400476@sss.pgh.pa.us

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/00f167bed782363b4fe05ecd870155eb84336a8b

Modified Files
--------------
src/include/nodes/parsenodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL