Fix missing parentheses resulting in wrong order of dereference.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/tuptoaster.c | modified | +1 −1 |