Re: Reduce memory overheads for storing a Memoize tuple

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
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 23:39:37
Message-ID: CAApHDvptCCt-LCrVDUiW+ea7pyBdauxXOU8jrnrU6OwtX-3neA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 21 Aug 2026 at 19:20, Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> 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.

Fix pushed.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-08-21 23:47:30 Re: Thread-safe stringToNode() / pg_strtok()
Previous Message Tom Lane 2026-08-21 23:06:23 Re: Drop "leaked" resources in sqljson/sqljson_queryfuncs regression tests