pgsql: Looks like we need #include here on some platforms. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Looks like we need #include here on some platforms.
Date
Msg-id 20100207220053.904ED7541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Looks like we need #include <sys/stat.h> here on some
platforms.  Per buildfarm.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        relmapper.c (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relmapper.c?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create a "relation mapping" infrastructure to support changing
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Create a "relation mapping" infrastructure to support changing