Re: ABRUPT CLOSURE OF POSTGRESQL SOCKET

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ABRUPT CLOSURE OF POSTGRESQL SOCKET
Дата
Msg-id 20511.1098890855@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ABRUPT CLOSURE OF POSTGRESQL SOCKET  ("Deepa K" <kdeepa@midascomm.com>)
Список pgsql-novice
"Deepa K" <kdeepa@midascomm.com> writes:
>         I am running postgresql 7.1.3 in RedHat Linux 7.2.

You do realize that both your database and your OS are ancient versions
with many known bugs?

> NOTICE:  RelationBuildDesc: can't open pg_trigger: Too many open files in
> system

I think this is probably the source of the core dump --- the code
probably isn't prepared to recover from that.  You'll need to increase
the kernel limit on number of open files.  In recent PG versions you
could alternatively decrease max_files_per_process, but I'm pretty sure
7.1 did not have that setting ...

            regards, tom lane

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

Предыдущее
От: "Deepa K"
Дата:
Сообщение: ABRUPT CLOSURE OF POSTGRESQL SOCKET
Следующее
От: Daniel Lerch
Дата:
Сообщение: Can't edit pg_hba.conf; and, How do I restart postmaster?