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

From: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
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 09:03:09
Message-ID: CAOzEurRgrU8ejE5Y2sJT8kTD=GXpHXOVAQA5R=Fz6iGRiD=X1g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 10, 2026 at 2:12 PM Michael Paquier <michael(at)paquier(dot)xyz> 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.
> >
> > 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?

I have no objections, but it looks like a rebase is required.

--
Best regards,
Shinya Kato
NTT OSS Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Aditya Kamath 2026-02-10 09:14:16 RE: Decoupling our alignment assumptions about int64 and double
Previous Message Dilip Kumar 2026-02-10 08:47:14 Re: [PATCH] Support reading large objects with pg_read_all_data