pgsql: Include portability/mem.h into fd.c for MAP_FAILED.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Include portability/mem.h into fd.c for MAP_FAILED.
Date: 2016-03-12 20:17:39
Message-ID: E1aepyl-0004xu-KA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include portability/mem.h into fd.c for MAP_FAILED.

Buildfarm members gaur and pademelon are old enough not to know about
MAP_FAILED; which is used in 428b1d6. Include portability/mem.h to fix;
as already done in a bunch of other places.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e01157500f26342bf4f067a4eb1e45ab9a3cd410

Modified Files
--------------
src/backend/storage/file/fd.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-12 21:05:46 pgsql: Widen query numbers-of-tuples-processed counters to uint64.
Previous Message Andres Freund 2016-03-12 19:46:25 Re: [COMMITTERS] pgsql: Only try to push down foreign joins if the user mapping OIDs mat