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

From: Chao Li <li(dot)evan(dot)chao(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 08:13:34
Message-ID: E05F202B-9F05-4F86-9880-0EECE6F62943@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Feb 10, 2026, at 13:12, 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?
> --
> Michael

This patch is a pure typedef substitution. I don’t see any functional or correctness problems introduced by it. I built it locally and ran “make check”, everything passed.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2026-02-10 08:47:14 Re: [PATCH] Support reading large objects with pg_read_all_data
Previous Message Peter Smith 2026-02-10 08:02:53 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2