pgsql: Fix missing parentheses resulting in wrong order of dereference.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix missing parentheses resulting in wrong order of dereference.
Дата
Msg-id E1W3Sxd-00009I-D4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix missing parentheses resulting in wrong order of dereference.

This could result in referencing uninitialized memory.

Michael Paquier, in response to a complaint from Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d02c0ddb152978980ea17f9214c7ac734e4d6d8f

Modified Files
--------------
src/backend/access/heap/tuptoaster.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: test_shm_mq: Fix checks for negative queue size.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Get rid of pg_class.reltoastidxid.