Re: Add pg_get_injection_points() for information of injection points - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add pg_get_injection_points() for information of injection points
Date
Msg-id aG8U4H71uhLqo4jW@paquier.xyz
Whole thread Raw
In response to Re: Add pg_get_injection_points() for information of injection points  (Rahila Syed <rahilasyed90@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: TransactionIdIsActive() has long been unused
Next
From: Paul Jungwirth
Date:
Subject: Re: Fix comment in btree_gist--1.8--1.9.sql