Solaris breakage - lastest CVS

Поиск
Список
Период
Сортировка
От Keith Parks
Тема Solaris breakage - lastest CVS
Дата
Msg-id 200001190842.IAA23955@mtcc.demon.co.uk
обсуждение исходный текст
Ответы Re: [HACKERS] Solaris breakage - lastest CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
The latest source does not compile on Solaris 7 due to
a missing include from a modified file.

Here is a patch to fix it:-

Keith.

*** src/backend/utils/init/miscinit.c.orig    Sun Jan 16 12:23:42 2000
--- src/backend/utils/init/miscinit.c Sun Jan 16 12:27:01 2000
***************
*** 18,23 ****
--- 18,24 ---- #include <signal.h> #include <sys/stat.h> #include <sys/file.h>
+ #include <fcntl.h> #include <unistd.h> #include <grp.h> #include <pwd.h>



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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [HACKERS] Cannot compile psql
Следующее
От: Magnus Hagander
Дата:
Сообщение: RE: [PATCHES] Patch for Win32 support