Re: libpq async duplicate error results - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: libpq async duplicate error results
Date
Msg-id alpine.DEB.2.22.394.2201261448060.3813395@pseudo
Whole thread Raw
In response to libpq async duplicate error results  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: libpq async duplicate error results
List pgsql-hackers
> command = SELECT pg_terminate_backend(pg_backend_pid());
> result 1 status = PGRES_FATAL_ERROR
> error message = "FATAL:  terminating connection due to administrator command
> "
> result 2 status = PGRES_FATAL_ERROR
> error message = "FATAL:  terminating connection due to administrator command
> server closed the connection unexpectedly
>     This probably means the server terminated abnormally
>     before or while processing the request.
> "

> Also, why are there multiple results being generated in the first place?

My interpretation is that the first message is a close message issued by 
the server before actually severing the connection, and the second message 
is generated by libpq when it notices that the connection has been closed, 
so there is some sense in having to results to report these two 
consecutive errors, and the question might be about when the buffer should 
be reset.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Schema variables - new implementation for Postgres 15
Next
From: Julien Rouhaud
Date:
Subject: Re: Schema variables - new implementation for Postgres 15