Re: Remove "struct" markers from varlena, varatt_external and varatt_indirect - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Remove "struct" markers from varlena, varatt_external and varatt_indirect
Date
Msg-id edbe730e-f6b8-42cd-9906-bb3dda970772@proxel.se
Whole thread Raw
In response to Remove "struct" markers from varlena, varatt_external and varatt_indirect  (Michael Paquier <michael@paquier.xyz>)
List 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




pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Improve pg_sync_replication_slots() to wait for primary to advance
Next
From: Amul Sul
Date:
Subject: Re: pg_waldump: support decoding of WAL inside tarfile