Re: use LW_SHARED in dsa_get_total_size()

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: Rahila Syed <rahilasyed90(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: use LW_SHARED in dsa_get_total_size()
Date: 2025-12-02 22:41:59
Message-ID: aS9rN7Udtde7adh2@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Dec 02, 2025 at 12:41:15PM -0600, Sami Imseih wrote:
> I think this is a good idea. Exclusive here is not necessarily for the
> size lookups.

Committed, thanks for reviewing.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-12-02 22:46:33 Re: pgindent versus struct members and typedefs
Previous Message Peter Smith 2025-12-02 22:39:02 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart