Re: Dying PostgreSQL backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dying PostgreSQL backend
Дата
Msg-id 4845.1020692731@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Dying PostgreSQL backend  ("otisg" <otisg@iVillage.com>)
Список pgsql-admin
"otisg" <otisg@iVillage.com> writes:
> What gets logged in syslog log file are things like this:

The messages you quoted are no help, because none of them directly
show the crashing backend.

What I'd recommend doing is gdb'ing the core dump file to get a stack
trace; that would give us some clue what's wrong.  And you could do
"p debug_query_string" to see what query made it crash.

If you do not find a core file in the database subdirectory
($PGDATA/base/yourdbnumber/core) then you are probably running the
postmaster with "ulimit -c 0" which disables core dumps.  Restart
it with environment "ulimit -c unlimited".

            regards, tom lane

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

Предыдущее
От: "Rajesh Kumar Mallah."
Дата:
Сообщение: Re: SERIAL Field
Следующее
От: "Mark McEahern"
Дата:
Сообщение: Re: configure datatype name > 31?