Re: Add pg_get_injection_points() for information of injection points

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Rahila Syed <rahilasyed90(at)gmail(dot)com>
Cc: Aleksander Alekseev <aleksander(at)timescale(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Kirill Reshke <reshkekirill(at)gmail(dot)com>
Subject: Re: Add pg_get_injection_points() for information of injection points
Date: 2025-07-10 01:18:24
Message-ID: aG8U4H71uhLqo4jW@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 03, 2025 at 12:14:55PM +0530, Rahila Syed wrote:
> #include "miscadmin.h"
> +#include "nodes/execnodes.h"
> #include "nodes/pg_list.h"
> #include "nodes/value.h"
>
> Do we need to include this? I did not see any compilation error when I
> removed this.

Right, this one was not needed. Removed this bit and pushed the
addition of the function to the module injection_points.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul Jungwirth 2025-07-10 01:21:05 Re: Fix comment in btree_gist--1.8--1.9.sql
Previous Message Michael Paquier 2025-07-10 00:52:45 Re: TransactionIdIsActive() has long been unused