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

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Michael Paquier <michael(at)paquier(dot)xyz>, 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:35:14
Message-ID: edbe730e-f6b8-42cd-9906-bb3dda970772@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/20/26 8:41 AM, Michael Paquier wrote:
> Thoughts or comments?
It seems like an improvement to me. I do not see any reason why these
three should not follow our general rule of preferring using "x" over
"struct x" when referring to a type.

Andreas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2026-02-10 09:36:12 Re: pg_waldump: support decoding of WAL inside tarfile
Previous Message shveta malik 2026-02-10 09:33:43 Re: Improve pg_sync_replication_slots() to wait for primary to advance