Re: Error: server closed the connection unexpectedly

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Error: server closed the connection unexpectedly
Date: 2021-10-10 20:00:20
Message-ID: 322888.1633896020@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ron <ronljohnsonjr(at)gmail(dot)com> writes:
> This is AWS RDS Postgresql.  The db server log is accessed via a web
> interface, and is /the/ postgresql log just like you see in vanilla Postgresql.
> I've attached it.  My attempt to connect happened some time between between
> 04:10:30 and 04:17:30.

Hm. Not much there. You might try turning on log_connections to be
sure, but what this looks like is that the connection request never
got to the server. Maybe you've got some middleware involved, like
pgpool or some other connection pooler?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2021-10-10 20:06:19 Re: Error: server closed the connection unexpectedly
Previous Message Ron 2021-10-10 19:30:01 Re: Error: server closed the connection unexpectedly