Thread: repeating message in Postgres logs

repeating message in Postgres logs

From
Warren Little
Date:
I'm getting the following on a regular basis in the
postgres server log

pq_recvbuf: unexpected EOF on client connection

is this normal behavior from the JDBC connections




Re: repeating message in Postgres logs

From
Barry Lind
Date:
Warren,

This is normal behavior if the client isn't closing the Connection by
calling the close() method and is instead just exiting the JVM, which
will abruptly close the socket connection to the server without sending
a proper shutdown message to the database server.

thanks,
--Barry

Warren Little wrote:
> I'm getting the following on a regular basis in the
> postgres server log
>
> pq_recvbuf: unexpected EOF on client connection
>
> is this normal behavior from the JDBC connections
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>