pgsql: Suppress warning when compiling with -DPROFILE_PID_DIR:

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress warning when compiling with -DPROFILE_PID_DIR:
Date: 2007-07-25 19:58:57
Message-ID: 20070725195857.0C85B9FB9FC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h is
supposed to be included when using mkdir().

Modified Files:
--------------
pgsql/src/backend/storage/ipc:
ipc.c (r1.96 -> r1.97)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/ipc.c.diff?r1=1.96&r2=1.97)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-25 22:16:18 pgsql: Arrange to put TOAST tables belonging to temporary tables into
Previous Message Tom Lane 2007-07-25 17:22:37 pgsql: Adjust horology test to avoid join-plan-dependent result ordering