Re: pgstat: add pgstat_prep_pending() for entry ref pending setup

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgstat: add pgstat_prep_pending() for entry ref pending setup
Date: 2026-07-21 23:18:44
Message-ID: al_-VAtyWkTVGlkI@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 17, 2026 at 06:35:07AM +0900, Michael Paquier wrote:
> On Thu, Jul 16, 2026 at 10:58:37AM -0500, Sami Imseih wrote:
>> See the attached.
>
> That works for me.

I have looked at that again, and pgstat_prep_pending_from_entry_ref()
seemed fine as a name for the new routine. So I have used it, and
applied the patch.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Lawrence Barwick 2026-07-22 00:21:33 Re: [PATCH] Add pg_get_event_trigger_ddl() function
Previous Message Aleksander Alekseev 2026-07-21 22:49:34 Re: [PATCH] Cover get_json_table_plan() with tests