Re: win32mak_patch

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: win32mak_patch
Дата
Msg-id 20080428101348.39e03c65@mha-laptop.hagander.net
обсуждение исходный текст
Ответ на Re: win32mak_patch  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Список pgsql-patches
Hiroshi Saito wrote:
> Hi.
>
> Eh? It is strange...
> http://winpg.jp/~saito/pg_work/WIN32_BUILD_INF/psql_win32.mak
> Actually, it is required although psql is built. Have I missed
> something?

Note that building psql this way really isn't supported anymore :-)

Anyway. If you get references to it, you need to pull in port/dirmod.c
into psql as well. Normally, it would get this through libpgport, but
it looks like your custom makfile is pulling the files in directly
instead. So adding dirmod to the list of stuff from src/port should
hopefully fix your problem.

//Magnus

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Improve shutdown during online backup, take 4
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: win32mak_patch