backend debug information - Mailing list pgsql-interfaces

From Lonnie Cumberland
Subject backend debug information
Date
Msg-id 20010416192226.52764.qmail@web12503.mail.yahoo.com
Whole thread Raw
Responses Re: backend debug information  (selkovjr@mcs.anl.gov)
List 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 by date:

Previous
From: "Avinash K.G"
Date:
Subject:
Next
From: selkovjr@mcs.anl.gov
Date:
Subject: Re: backend debug information