Re: libpq maligning postgres stability

2025-04-10 Thread Bruce Momjian
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: libpq maligning postgres stability

2025-03-27 Thread Christoph Berg
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

Re: libpq maligning postgres stability

2025-03-27 Thread Robert Haas
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 >