From: | John Naylor <johncnaylorls(at)gmail(dot)com> |
---|---|
To: | Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru> |
Subject: | Re: [PoC] Improve dead tuple storage for lazy vacuum |
Date: | 2024-03-08 03:22:41 |
Message-ID: | CANWCAZb5_DDvBqy3kc+b8D=uBYpqjZna97OyyZe1T3YcaE2STA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Mar 8, 2024 at 9:53 AM John Naylor <johncnaylorls(at)gmail(dot)com> wrote:
>
> On Fri, Mar 8, 2024 at 8:09 AM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
> > Yesterday I've confirmed the something like the below fixes the
> > problem happened in Windows CI:
> >
> > --- a/src/test/modules/test_radixtree/meson.build
> > +++ b/src/test/modules/test_radixtree/meson.build
> > @@ -12,6 +12,7 @@ endif
> >
> > test_radixtree = shared_module('test_radixtree',
> > test_radixtree_sources,
> > + link_with: host_system == 'windows' ? pgport_srv : [],
> > kwargs: pg_test_mod_args,
> > )
> > test_install_libs += test_radixtree
>
> pgport_srv is for backend, shared libraries should be using pgport_shlib
> In any case, I'm trying it in CI branch with pgport_shlib now.
That seems to work, so I'll push that just to get things green again.
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2024-03-08 03:30:55 | Re: Properly pathify the union planner |
Previous Message | John Naylor | 2024-03-08 02:53:43 | Re: [PoC] Improve dead tuple storage for lazy vacuum |