Обсуждение: Problem with error detection in libpq?
I see the following symptom using current sources...
-Thomas
myst> psql
psql: pqReadData() -- backend closed the channel unexpectedly.This probably means the backend terminated
abnormallybeforeor 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=#
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
> 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