Re: client waits for end of update operation and server proc is idle - Mailing list pgsql-general

From Matthias Apitz
Subject Re: client waits for end of update operation and server proc is idle
Date
Msg-id YIWM0LlZF0mwlemB@c720-r368166.fritz.box
Whole thread Raw
In response to Re: client waits for end of update operation and server proc is idle  (Matthias Apitz <guru@unixarea.de>)
Responses Re: client waits for end of update operation and server proc is idle  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
El día domingo, abril 25, 2021 a las 01:54:49p. m. +0200, Matthias Apitz escribió:

>From the collected data, I tend to say: this must be a bug in the Pos
> server...
> 

At the end of the day, it turned out that out client caused the problem.

Because we were hunting some other issue, the client was logging some
message with fprintf(stderr, ...) but the fd=2 was not stderr, fd=2 was the
connection to the socket of the PostgreSQL server. And ofc the Pos
server could not understand our human message.

Problem solved. Sorry for all the noise.

    matthias
-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: impact of version upgrade on fts
Next
From: Tom Lane
Date:
Subject: Re: client waits for end of update operation and server proc is idle