pg_ctl error msg on Windows 2000

Started by Magnus Haganderover 19 years ago2 messageshackers
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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

Attachments:

pg_ctl.diffapplication/octet-stream; name=pg_ctl.diffDownload+10-10
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#1)
Re: pg_ctl error msg on Windows 2000

"Magnus Hagander" <mha@sollentuna.net> writes:

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.

Applied.

regards, tom lane