pgsql: Fix under-parenthesized macro definitions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix under-parenthesized macro definitions
Дата
Msg-id E1i8rH4-00041U-Sn@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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/82d0ae919ff8e7a9cb9283420a8834c9b9344128

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