Re: how to access backend pid from libpq ? - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: how to access backend pid from libpq ?
Date
Msg-id 39F56E4B.743BE231@tm.ee
Whole thread Raw
In response to how to access backend pid from libpq ?  (Hannu Krosing <hannu@tm.ee>)
Responses Re: Re: how to access backend pid from libpq ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hannu Krosing wrote:
> 
> I was unable to find the way to access the backend pid from libpq
> 
> It is probably saved somewhere as part of BackendKeyData message
> but there seems to be no function to access it ?
> 
> I'm using a temporary solution (my own 'C' function) but I'd like
> to use the info already received.

Ok, I found it from the libpq source: PQbackendPID

I still think it could be documented ;)

----------------
Hannu


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: how to access backend pid from libpq ?
Next
From: The Hermit Hacker
Date:
Subject: Re: Mailing list archives available?