pgsql: Looks like we need #include <sys/stat.h> here on some platforms.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Looks like we need #include <sys/stat.h> here on some platforms.
Date: 2010-02-07 22:00:53
Message-ID: 20100207220053.904ED7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-02-07 22:29:17 Re: pgsql: Create a "relation mapping" infrastructure to support changing
Previous Message Tom Lane 2010-02-07 20:48:13 pgsql: Create a "relation mapping" infrastructure to support changing