pgsql: Fix thinko in previous commit

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in previous commit
Date: 2012-10-08 21:33:54
Message-ID: E1TLKxW-0005Jx-8N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-10-08 22:24:45 pgsql: Code review for 64-bit-large-object patch.
Previous Message Alvaro Herrera 2012-10-08 19:36:08 pgsql: Add support for easily declaring static inline functions