Fix missing parentheses resulting in wrong order of dereference.

Robert Haas <rhaas@postgresql.org>

Commit: d02c0ddb152978980ea17f9214c7ac734e4d6d8f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-01-15T16:00:50Z
Releases: 9.4.0
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

Files

PathChange+/−
src/backend/access/heap/tuptoaster.c modified +1 −1