Re: pg_stat_get_backend_subxact() and backend IDs? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pg_stat_get_backend_subxact() and backend IDs?
Date
Msg-id ZO7B64C2QbbFOFQ1@paquier.xyz
Whole thread Raw
In response to Re: pg_stat_get_backend_subxact() and backend IDs?  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: pg_stat_get_backend_subxact() and backend IDs?
List pgsql-hackers
On Tue, Aug 29, 2023 at 07:01:51PM -0700, Nathan Bossart wrote:
> On Wed, Aug 30, 2023 at 08:22:27AM +0900, Michael Paquier wrote:
>> +extern LocalPgBackendStatus *pgstat_get_local_beentry_by_index(int beid);
>>
>> Still I would to a bit more of s/beid/id/ for cases where the code
>> refers to an index ID, and not a backend ID, especially for the
>> internal routines.
>
> Makes sense.  I did this in v4.

Yep, that looks more consistent, at quick glance.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: shveta malik
Date:
Subject: Re: Synchronizing slots from primary to standby