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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: chris(at)creatop(dot)com(dot)au
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source
Date: 2002-11-28 14:48:38
Message-ID: 13838.1038494918@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

chris(at)creatop(dot)com(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Koizar 2002-11-28 14:51:53 Re: nested transactions
Previous Message Darko Prenosil 2002-11-28 12:17:18 Croatian language file for 7.3