Обсуждение: pgsql: Fix missing parentheses resulting in wrong order of dereference.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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(-)