Problem with error detection in libpq? - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Problem with error detection in libpq?
Date
Msg-id 396F3470.5621E008@alumni.caltech.edu
Whole thread Raw
Responses Re: Problem with error detection in libpq?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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=#





pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: Vacuum only with 20% old tuples
Next
From: Tom Lane
Date:
Subject: Re: Problem with error detection in libpq?