Re: [GENERAL] Large database problems - Mailing list pgsql-general

From Myles Chippendale
Subject Re: [GENERAL] Large database problems
Date
Msg-id 3.0.2.32.19991111165820.006c0e68@paneris.org
Whole thread Raw
In response to Large database problems  (Myles Chippendale <mylesc@paneris.org>)
List pgsql-general
All,

Problem solved. We upgraded glibc as well, but didn't recompile
readline.

Well, at least the problem's fixed.

Myles


At 09:18 PM 11/10/99 +0000, Myles Chippendale wrote:
>All,
>
>We are having a few problems with a large database in postgres 6.5.2
>under Linux 2.2.13 (upgraded from RedHat 6.0).
>
[snip - problems such as:

>    dumpClasses(): command failed.  Explanation from backend: 'unknown
>     protocol character '-' read from backend.  (The protocol character is
>     the first character the backend sends in response to a query it
>     receives).
>    '.
>
>error. Syslogd then wrote the following repeatedly to /var/log/messages:
>
>    Nov 10 18:34:53 booksdb logger: FATAL: pq_endmessage failed: errno=32
>    Nov 10 18:34:53 booksdb logger: pq_flush: send() failed: Broken pipe
>
>until I killed the postgres process used by pg_dump (it had a status of

]



pgsql-general by date:

Previous
From: Ed Loehr
Date:
Subject: How to enable PL/pgsql for functions/triggers
Next
From: Vadim Mikheev
Date:
Subject: Re: [GENERAL] Postgres concurrency : urgent