]> granicus.if.org Git - postgresql/commit
Fix thinko in previous commit
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 8 Oct 2012 20:34:33 +0000 (17:34 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 8 Oct 2012 21:33:08 +0000 (18:33 -0300)
commit878daf2e72755feadbfb8d21aad26dafd8658086
tree10ca7a582401e5b31739bed9b9acef9fc3ce9b24
parent976fa10d20ec9882229020fa16f4d74263066a40
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
src/backend/utils/mmgr/mcxt.c