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

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: 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 10:07:48
Message-ID: 202602101006.dioy3bgeahhb@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2026-Feb-10, Michael Paquier wrote:

> 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.
>
> 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?

No objections here -- quite the contrary, especially because I also have
patches to do the same thing for other structs sitting around somewhere.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2026-02-10 10:09:33 Re: Add CREATE SCHEMA ... LIKE support
Previous Message Álvaro Herrera 2026-02-10 09:45:30 Re: Disable parallel query by default