pg_ctl error msg on Windows 2000

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pg_ctl error msg on Windows 2000
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FBD7@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: pg_ctl error msg on Windows 2000  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Bad bug in fopen() wrapper code
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Updates to pg_regress.c