Fix thinko in previous commit
Since postgres.h includes palloc.h, definitions that affect the latter
must be present before the former is included.
Per buildfarm results
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/878daf2e72755feadbfb8d21aad26dafd8658086
Modified Files
--------------
src/backend/utils/mmgr/mcxt.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)