Fix thinko in previous commit

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 878daf2e72755feadbfb8d21aad26dafd8658086
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-10-08T21:33:08Z
Releases: 9.3.0
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

Files

PathChange+/−
src/backend/utils/mmgr/mcxt.c modified +3 −3