Re: [GENERAL] Should Cygwin PostgreSQL contain all header files?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Should Cygwin PostgreSQL contain all header files?
Дата
Msg-id 10047.992018447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Should Cygwin PostgreSQL contain all header files?  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: [GENERAL] Should Cygwin PostgreSQL contain all header files?  (Jason Tishler <Jason.Tishler@dothill.com>)
Список pgsql-cygwin
Jason Tishler <Jason.Tishler@dothill.com> writes:
> The bottom line is should I be using
>     make -C src/include install-all-headers
> instead of
>     make -C src/include install
> or is PoPy's use of non-client-side headers incorrect?

If PoPy is client-side code and not something that loads into the
server, then I'd discourage it from using any headers that are not
installed by default in 7.1.  Which headers are in question here,
and what breaks if you don't include them?

As for your more general question, what you need to answer is whether
you expect users of the Cygwin distribution to be doing server-side
code development.  If they are, they'll want the full header tree.
Otherwise it's just clutter.

            regards, tom lane

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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Should Cygwin PostgreSQL contain all header files?
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: [GENERAL] Should Cygwin PostgreSQL contain all header files?