On Thu, Mar 27, 2025 at 11:48:26AM -0400, Robert Haas wrote:
> On Thu, Mar 27, 2025 at 11:19 AM Andres Freund wrote:
> > We have several places in libpq where libpq says that a connection closing
> > is
> > probably due to a server crash with a message like:
> >
> > server closed the connection u
Re: Robert Haas
> I wonder if, in addition to removing the hint, we could also consider
> rewording the message. For example, a slight rewording to "server
> connection closed unexpectedly" would avoid implying that it was the
There is a lot of software doing string-parsing of this part of the
mes
On Thu, Mar 27, 2025 at 11:19 AM Andres Freund wrote:
> We have several places in libpq where libpq says that a connection closing is
> probably due to a server crash with a message like:
>
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
>