pgsql: Include portability/mem.h into fd.c for MAP_FAILED. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Include portability/mem.h into fd.c for MAP_FAILED.
Date
Msg-id E1aepyl-0004xu-KA@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Re-export a few of createplan.c's make_xxx() functions.
Next
From: Tom Lane
Date:
Subject: pgsql: Widen query numbers-of-tuples-processed counters to uint64.