Re: max relations in a single database - Mailing list pgsql-general

From Tom Lane
Subject Re: max relations in a single database
Date
Msg-id 18898.1027262911@sss.pgh.pa.us
Whole thread Raw
In response to Re: max relations in a single database  (Ralph Graulich <maillist@shauny.de>)
List pgsql-general
Ralph Graulich <maillist@shauny.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

pgsql-general by date:

Previous
From: Ralph Graulich
Date:
Subject: Re: max relations in a single database
Next
From: Ralph Graulich
Date:
Subject: Re: max relations in a single database