Re: pgsql: injection_points: Add injection_points_list()

2025-07-12 Thread Michael Paquier
On Thu, Jul 10, 2025 at 01:24:48PM +0300, Aleksander Alekseev wrote: > In injection_points_list() isn't `memset(values, 0, sizeof(values))` > redundant? Yes, I'm just finding this to be a cleaner practice. > Also perhaps we want to pfree inj_points. This is freed with the memory context of the f

Re: pgsql: injection_points: Add injection_points_list()

2025-07-10 Thread Aleksander Alekseev
Hi Michael, > injection_points: Add injection_points_list() > > This function can be used to retrieve the information about all the > injection points attached to a cluster, providing coverage for > InjectionPointList() introduced in 7b2eb72b1b8c. > > The original proposal turned around a system f