Re: max relations in a single database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: max relations in a single database
Дата
Msg-id 19404.1027267985@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: max relations in a single database  (Ralph Graulich <maillist@shauny.de>)
Ответы Re: max relations in a single database  (Ralph Graulich <maillist@shauny.de>)
Re: max relations in a single database  (Ralph Graulich <maillist@shauny.de>)
Список pgsql-general
FWIW, I built PG 7.2.1 sources here (on a RHL 7.2 box) using
    ./configure --enable-cassert --enable-debug
    set INDEX_MAX_KEYS to 64 in src/include/pg_config.h
    make all; make install
and ran the regression tests without seeing any problem.  This is
hardly conclusive since you may have used different configure options,
but it does tell me that there's not anything seriously wrong with
setting INDEX_MAX_KEYS = 64.

Have you tried running the regression tests on your installation?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: max relations in a single database
Следующее
От: Ralph Graulich
Дата:
Сообщение: Re: max relations in a single database