From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | aarni(dot)ruuhimaki(at)kymi(dot)com |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Strange behaviour |
Date: | 2002-04-26 14:55:39 |
Message-ID: | 26149.1019832939@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Aarni =?iso-8859-1?q?Ruuhim=E4ki=20=2F=20Megative=20Tmi=20=2F=20KYMI=2Ecom?= <aarni(dot)ruuhimaki(at)kymi(dot)com> writes:
> bash-2.04$ postmaster -D /usr/share/pgdata/
> 020425.18:57:20.546 [7218] DEBUG: Data Base System is starting up at Thu
> Apr 25 18:57:20 2002
> 020425.18:57:20.546 [7218] DEBUG: Data Base System was shut down at Thu Apr
> 25 18:54:49 2002
> 020425.18:57:20.548 [7218] DEBUG: Data Base System is in production state
> at Thu Apr 25 18:57:20 2002
> pq_recvbuf: unexpected EOF on client connection
> pq_recvbuf: unexpected EOF on client connection
> pq_recvbuf: unexpected EOF on client connection
> pq_recvbuf: unexpected EOF on client connection
> pq_recvbuf: unexpected EOF on client connection
There's no reason here to think that Postgres has a problem: all you are
showing us is a bunch of clients disconnecting without bothering to send
a 'connection complete' message (which might be their normal behavior,
depending on the client software).
My guess is that you are mismanaging persistent connections somehow on
the client side (ie, keeping a connection open but failing to reuse it),
but you aren't going to find help for that here. Try asking a
ColdFusion group.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Mahendra Nath | 2002-04-27 08:53:33 | Automation of Deletion of records on the daily basis |
Previous Message | Raphael Bauduin | 2002-04-26 08:02:53 | answer for: ALTER TABLE SET DEFAULT |