Re: Proposal: Add a callback data parameter to GetNamedDSMSegment

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Proposal: Add a callback data parameter to GetNamedDSMSegment
Date: 2025-12-13 16:08:07
Message-ID: aT2PZ1F4IA9ymUSl@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Dec 13, 2025 at 08:21:58AM -0600, Sami Imseih wrote:
> I was just using an Assert in v6 to test the pointer value, which is
> not what we want for testing. Better to have a error with proper logging.
> I fixed that in v7.

LGTM at a glance. I didn't see a cfest entry for this one. Can you add
one so that we get some CI test coverage?

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mihail Nikalayeu 2025-12-13 17:00:00 Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Previous Message Peter Eisentraut 2025-12-13 15:57:36 Re: Fix out-of-date comment on makeRangeConstructors