Re: BUG #1067: typo in config template

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #1067: typo in config template
Дата
Msg-id 200401271626.i0RGQ3b18339@candle.pha.pa.us
обсуждение исходный текст
Ответ на BUG #1067: typo in config template  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
PostgreSQL Bugs List wrote:
>
> The following bug has been logged online:
>
> Bug reference:      1067
> Logged by:          Jörn Clausen
>
> Email address:      joern@TechFak.Uni-Bielefeld.DE
>
> PostgreSQL version: 7.4
>
> Operating system:   OSF1/Tru64 Unix
>
> Description:        typo in config template
>
> Details:
>
> Hi!
>
> postgresql-7.4.1/src/template/osf should be changed to
>
>    THREAD_LIBS="-lpthread"
>
> The "l" is missing.

The next release will have this:

    if test "$GCC" = yes
    then    THREAD_LIBS="-pthread"
    else    THREAD_CPPFLAGS="-pthread"
            THREAD_LIBS="-lpthread"
    fi
--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1068: arch dependant header files
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PgSQL Down