pg_config.h.win32

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема pg_config.h.win32
Дата
Msg-id 3BFDA8C0.D0B376E@tpf.co.jp
обсуждение исходный текст
Ответы Re: pg_config.h.win32  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi

I examined multibyte psql.exe and libpq.dll Yesterday
according to the bug report from Hiroshi Saito.
At first the compilation didn't work at all and I found
the following in src/win32.mak though it's irrelevant to
the bug report.

ALL:  cd include  if not exist pg_config.h copy pg_config.h.win32 pg_config.h

Currently I'm working under cygwin environment mainly and
the above script doesn't work well after the configure of
cygwin (un??)fortunately. It's pretty painful and risky to
change pg_config.h.win32 and the original pg_config.h.
How about including pg_config.h.win32 in pg_config.h e.g.

#ifdef WIN32
#include "pg_config.h.win32"
#else
.
.

?

Comments ?

regards,
Hiroshi Inoue


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: TOAST performance (was Re: [GENERAL] Delete Performance)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: TOAST performance (was Re: [GENERAL] Delete Performance)