Win32 fix for miscinit.c

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Win32 fix for miscinit.c
Date: 2004-10-04 13:41:10
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E43068AD@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom's recent patch to improve stale lockfile detection included a call
to getppid() which doesn't exist on Windows. There is no clean way to
implement one (previously discussed on hackers-win32) hence the attach
patch simply #ifdefs out the call.

Please apply ASAP as the win32 build is currently broken.

Regards, Dave

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2004-10-04 13:42:13 FW: Win32 fix for miscinit.c
Previous Message Reini Urban 2004-10-04 11:03:14 contrib/spi -lpgport missing