Re: question on 8.4.2 build postgres C functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: question on 8.4.2 build postgres C functions
Дата
Msg-id 22922.1268155978@sss.pgh.pa.us
обсуждение исходный текст
Ответ на question on 8.4.2 build postgres C functions  (Steve Coleman <scoleman@capecomputing.com>)
Ответы Re: question on 8.4.2 build postgres C functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Steve Coleman <scoleman@capecomputing.com> writes:
> My problem is that 8.4.2 source has no "Makefile.global".  This file is essential I believe, and is used by all of
theMakefiles in the source tarball. 

Makefile.global is created by the configure step.  This has not changed
since 8.1.  If you want to create a file that matches somebody else's
build, examine pg_config output to see what configure options they used,
and duplicate that.  It would also be wise to check the
src/include/pg_config.h result from configure to ensure that it matches
their build (hopefully pg_config.h is included in what they distributed).

            regards, tom lane

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: \copy command: how to define a tab character as the delimiter
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: \copy command: how to define a tab character as the delimiter