Re: InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source
Дата
Msg-id 13838.1038494918@sss.pgh.pa.us
обсуждение исходный текст
Ответ на InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source  (chris@creatop.com.au)
Список pgsql-hackers
chris@creatop.com.au writes:
> Due to the 32 character limit on column/table names, we needed to recompile PostgreSQL from the source with updated
settings. It compiles fine, but on running initdb, we get the following output:
 

Without bothering to examine the details, I'll bet you didn't do a full
recompile.  You need "make clean" then "make all" after changing
settings such as this one.

> However ideally we'd like to be able to go beyond 64.

Note that the reason 7.3 defaults to 64, and not more, is that we
measured noticeable performance degradation at 128 and beyond.
        regards, tom lane


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

Предыдущее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: nested transactions
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: nested transactions