pg_ctl error msg on Windows 2000 - Mailing list pgsql-patches

From Magnus Hagander
Subject pg_ctl error msg on Windows 2000
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FBD7@algol.sollentuna.se
Whole thread Raw
Responses Re: pg_ctl error msg on Windows 2000  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On version of Windows prior to XP, pg_ctl will *always* log a warning
about not finding Job API functions. This is probably unnecessary, since
they are never present there. The check was originally intended to give
a warning if something was wrong on a system where it was *expected*.

Attached patch checks the OS version before emitting the error message.

//Mag <<pg_ctl.diff>> nus


Attachment

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Bad bug in fopen() wrapper code
Next
From: "Magnus Hagander"
Date:
Subject: Updates to pg_regress.c