BUG #2492: "unexpected EOF on client connection" message in log

From: "" <wizard580(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2492: "unexpected EOF on client connection" message in log
Date: 2006-06-23 01:14:03
Message-ID: 200606230114.k5N1E341003133@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2492
Logged by:
Email address: wizard580(at)gmail(dot)com
PostgreSQL version: 8.1.4
Operating system: debian sid unstable
Description: "unexpected EOF on client connection" message in log
Details:

I make all connections and manipulations with tables by file with commands.
ex: file contain many "INSERT" or several "ANALYZE <table>".
then I do: cat <file> | psql base -U postgres.
Then past some time I see often message "unexpected EOF on client
connection".

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexander Pravdin 2006-06-23 08:08:17 BUG #2493: bug with initdb under an administrator
Previous Message wizard580 2006-06-23 00:42:16 BUG #2491: Database crash and restart