Re: InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source - Mailing list pgsql-hackers

From Tom Lane
Subject Re: InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source
Date
Msg-id 13838.1038494918@sss.pgh.pa.us
Whole thread Raw
In response to InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source  (chris@creatop.com.au)
List 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 by date:

Previous
From: Hans-Jürgen Schönig
Date:
Subject: Re: nested transactions
Next
From: Manfred Koizar
Date:
Subject: Re: nested transactions