Re: max relations in a single database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ralph Graulich <maillist(at)shauny(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: max relations in a single database
Date: 2002-07-21 14:48:31
Message-ID: 18898.1027262911@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ralph Graulich <maillist(at)shauny(dot)de> writes:
> Otherwise the installation runs fine, as I hope the recent increase of
> parameters in pg_config.h didn't break anything:

> #define INDEX_MAX_KEYS 64
> #define FUNC_MAX_ARGS INDEX_MAX_KEYS

Shouldn't have, as long as you did a full recompile ("make clean all")
after editing pg_config.h. You will also need to have initdb'd after
installing that.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ralph Graulich 2002-07-21 15:40:59 Re: max relations in a single database
Previous Message Ralph Graulich 2002-07-21 14:10:30 Re: max relations in a single database