backend debug information

Поиск
Список
Период
Сортировка
От Lonnie Cumberland
Тема backend debug information
Дата
Msg-id 20010416192226.52764.qmail@web12503.mail.yahoo.com
обсуждение исходный текст
Ответы Re: backend debug information  (selkovjr@mcs.anl.gov)
Список pgsql-interfaces
Hello All,

I am working on writing up my "C" extensions but am having a problem with the
backend having a problem and no real useful information is being returned.

I am getting this:
-----------------------------------------------------------------------------

Welcome to psql, the PostgreSQL interactive terminal.
Type:  \copyright for distribution terms      \h for help with SQL commands      \? for help on internal slash commands
    \g or terminate with semicolon to execute query      \q to quit
 
trdata=# select desdecrypt('a','b');
pqReadData() -- backend closed the channel unexpectedly.       This probably means the backend terminated abnormally
  before or while processing the request.
 
The connection to the server was lost. Attempting reset: Failed.
!# \q  
------------------------------------------------------------------------------

This function is part of a library set that I am using and I know that it works
in regular C++ and have already implemented the encryption side with no
problems.

Is there some place that I can get the debug information when this system
crashes out so that I can look for the problem?

Cheers,
Lonnie 

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/


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

Предыдущее
От: "Avinash K.G"
Дата:
Сообщение:
Следующее
От: selkovjr@mcs.anl.gov
Дата:
Сообщение: Re: backend debug information