pgsql: Fix missing parentheses resulting in wrong order of dereference. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix missing parentheses resulting in wrong order of dereference.
Date
Msg-id E1W3Sxd-00009I-D4@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: test_shm_mq: Fix checks for negative queue size.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Get rid of pg_class.reltoastidxid.