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 YIZYBzsR4LRXdLXK@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>)
List pgsql-general
El día lunes, abril 26, 2021 a las 07:38:40a. m. +0200, Matthias Apitz escribió:

> Having solved this issue, one last question: Is there any good way for a
> C-written or ESQL/C-written client to get the local port number or even
> the PID of the PostgreSQL server process on the other end of the
> connection for logging/tracing purpose?

Ah, I found it as

int PQbackendPID(const PGconn *conn);

One should read firt the fine documentatio befor asking stupid
questions: https://www.postgresql.org/docs/11/libpq-status.html

    matthias

-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
¡Con Cuba no te metas!  «»  Don't mess with Cuba!  «»  Leg Dich nicht mit Kuba an!
http://www.cubadebate.cu/noticias/2020/12/25/en-video-con-cuba-no-te-metas/



pgsql-general by date:

Previous
From: Matthias Apitz
Date:
Subject: Re: client waits for end of update operation and server proc is idle
Next
From: Ron
Date:
Subject: Invalid byte sequence when importing Oracle BLOB