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

Andreas Karlsson <andreas@proxel.se>

From: Andreas Karlsson <andreas@proxel.se>
To: Michael Paquier <michael@paquier.xyz>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-02-10T09:35:14Z
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




Commits

  1. Improve type handling of varlena structures