On Wednesday, November 16, 2022 12:58 PM Ian Lawrence Barwick <barwick@gmail.com> wrote:
> 2022年11月14日(月) 10:09 Takamichi Osumi (Fujitsu)
> <osumi.takamichi@fujitsu.com>:
> > I've simply rebased the patch to make it applicable on top of HEAD and
> > make the tests pass. Note there are still open pending comments and
> > I'm going to start to address those.
> Thanks for the updated patch.
>
> While reviewing the patch backlog, we have determined that this patch adds
> one or more TAP tests but has not added the test to the "meson.build" file.
>
> To do this, locate the relevant "meson.build" file for each test and add it in the
> 'tests' dictionary, which will look something like this:
>
> 'tap': {
> 'tests': [
> 't/001_basic.pl',
> ],
> },
>
> For some additional details please see this Wiki article:
>
> https://wiki.postgresql.org/wiki/Meson_for_patch_authors
>
> For more information on the meson build system for PostgreSQL see:
>
> https://wiki.postgresql.org/wiki/Meson
Hi, thanks for your notification.
You are right. Modified.
The updated patch can be seen in [1].
[1] -
https://www.postgresql.org/message-id/TYCPR01MB8373775ECC6972289AF8CB30ED0F9%40TYCPR01MB8373.jpnprd01.prod.outlook.com
Best Regards,
Takamichi Osumi