Problem with error detection in libpq?

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Problem with error detection in libpq?
Дата
Msg-id 396F3470.5621E008@alumni.caltech.edu
обсуждение исходный текст
Ответы Re: Problem with error detection in libpq?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Vacuum only with 20% old tuples
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with error detection in libpq?