Re: Reduce memory overheads for storing a Memoize tuple

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Reduce memory overheads for storing a Memoize tuple
Date: 2026-08-21 07:20:12
Message-ID: aof8KwoXaqOBFR_D@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 21, 2026 at 02:55:23PM +1200, David Rowley wrote:
> On Wed, 5 Aug 2026 at 18:29, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
> > V2 LGTM. I also reran the tests, everything is good.
>
> Thanks for looking. Now pushed.

609f969f61bb has broken the CI for 32-bit builds, and the buildfarm is
showing one failure for now also with -m32:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=adder&dt=2026-08-21%2006%3A56%3A10

Could you fix that please? All CI runs are failing for the 32-bit
meson task.

Thanks,
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Previous Message Ian Lawrence Barwick 2026-08-21 07:15:54 Re: [PATCH] doc: clarify AS requirement when VALUES used in a FROM clause