Re: Support worker_spi to execute the function dynamically. - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Re: Support worker_spi to execute the function dynamically.
Date
Msg-id CALj2ACUyBtj1ua7+pVHQ-UoyqvxMOkDrjLuYCwmAKH7c+uw6qg@mail.gmail.com
Whole thread Raw
In response to Re: Support worker_spi to execute the function dynamically.  (Masahiro Ikeda <ikedamsh@oss.nttdata.com>)
Responses Re: Support worker_spi to execute the function dynamically.
Re: Support worker_spi to execute the function dynamically.
List pgsql-hackers
On Mon, Jul 24, 2023 at 6:34 AM Masahiro Ikeda <ikedamsh@oss.nttdata.com> wrote:
>
> OK. If so, we need to remove the following comment in Makefile.
>
> > # enable our module in shared_preload_libraries for dynamic bgworkers

Done.

> I also confirmed that the tap tests work with meson and make.

Thanks for verifying.

I also added a note atop worker_spi.c that the module also
demonstrates how to write core (SQL) tests and extended (TAP) tests.

I'm attaching the v3 patch.

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment

pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids)
Next
From: Amit Kapila
Date:
Subject: Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table.