]> granicus.if.org Git - postgresql/commit
Fix missing parentheses resulting in wrong order of dereference.
authorRobert Haas <rhaas@postgresql.org>
Wed, 15 Jan 2014 15:53:07 +0000 (10:53 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 15 Jan 2014 16:00:50 +0000 (11:00 -0500)
commitd02c0ddb152978980ea17f9214c7ac734e4d6d8f
tree8fbc3ba9ee08dad9c19493f5ab41e741f602b211
parentb5763cedde2541a6629f64cccf77e37b21348714
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
src/backend/access/heap/tuptoaster.c