Re: is there any backend timeout undocumented?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: is there any backend timeout undocumented?
Дата
Msg-id 20020527174824.07dbe09b.nconway@klamath.dyndns.org
обсуждение исходный текст
Ответ на is there any backend timeout undocumented?  (NunoACHenriques <nach@fct.unl.pt>)
Список pgsql-hackers
On Thu, 23 May 2002 18:36:17 +0100 (WEST)
"NunoACHenriques" <nach@fct.unl.pt> wrote:
>     Is there any server timeout that is undocumented?

Looks more like a backend crash to me. Can you look for a core file in
$PGDATA/base/xxx/ (where xxx is the OID of your database)? If you
don't have debugging already enabled, try rebuilding PostgreSQL with
debugging support (./configure --enable-debug, or "-g" CFLAGS), and
then getting a backtrace with gdb. Also, posting the source of
construct_warehouse() might be helpful.

Cheers,

Neil

-- 
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: revised sample SRF C function; proposed SRF API
Следующее
От: Manuel Sugawara
Дата:
Сообщение: Re: is there any backend timeout undocumented?