Problem with error detection in libpq?

Started by Thomas Lockhartalmost 26 years ago3 messageshackers
Jump to latest
#1Thomas Lockhart
lockhart@alumni.caltech.edu

I see the following symptom using current sources...

-Thomas

myst> psql
psql: pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally
before or while processing the request.
myst> createdb
CREATE DATABASE
myst> psql
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

lockhart=#

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thomas Lockhart (#1)
Re: Problem with error detection in libpq?

Thomas Lockhart <lockhart@alumni.caltech.edu> writes:

I see the following symptom using current sources...
myst> psql
psql: pqReadData() -- backend closed the channel unexpectedly.

No sign of this here. I last pulled a CVS update Tuesday evening,
so if it's broken the breakage is very recent.

regards, tom lane

#3Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Thomas Lockhart (#1)
Re: Problem with error detection in libpq?

No sign of this here. I last pulled a CVS update Tuesday evening,
so if it's broken the breakage is very recent.

Hmm. It is possible that it is related to my "nested block comment"
code, but I don't see how that would be related.

- Thomas