Re: Remove "struct" markers from varlena, varatt_external and varatt_indirect

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Remove "struct" markers from varlena, varatt_external and varatt_indirect
Date: 2026-02-10 05:12:28
Message-ID: aYq-PJrUBIvJx7JD@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 20, 2026 at 04:41:49PM +0900, Michael Paquier wrote:
> This cleanup leads to the attached, with the CI not complaining. That
> will also help me a bit for the other patch sets I have been playing
> with related to TOAST.
>
> Thoughts or comments?

This patch has been sitting on my desk for a couple of weeks now, and
I am playing with varatt.h. Any objections in getting rid of these
struct markers at the end as of the patch posted upthread?
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-02-10 05:15:20 Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Previous Message Michael Paquier 2026-02-10 04:52:43 Re: recovery.signal not cleaned up when both signal files are present