Update typedefs.list to match what the buildfarm currently reports. master github/master
authorTom Lane <[email protected]>
Sun, 14 Dec 2025 22:03:53 +0000 (17:03 -0500)
committerTom Lane <[email protected]>
Sun, 14 Dec 2025 22:03:53 +0000 (17:03 -0500)
commit58dad7f349b3fdbadda6bead21d596a448db1950
treec00e7a6447137a780d79982a86fad8404dba4fa4
parent66b2282b0c2237bccd933804da2e1dd0321ac151
Update typedefs.list to match what the buildfarm currently reports.

The current list from the buildfarm includes quite a few typedef
names that it used to miss.  The reason is a bit obscure, but it
seems likely to have something to do with our recent increased
use of palloc_object and palloc_array.  In any case, this makes
the relevant struct declarations be much more nicely formatted,
so I'll take it.  Install the current list and re-run pgindent
to update affected code.

Syncing with the current list also removes some obsolete
typedef names and fixes some alphabetization errors.

Discussion: https://postgr.es/m/1681301.1765742268@sss.pgh.pa.us
15 files changed:
src/backend/access/heap/rewriteheap.c
src/backend/access/transam/twophase.c
src/backend/executor/nodeWindowAgg.c
src/backend/partitioning/partdesc.c
src/backend/utils/adt/arrayfuncs.c
src/include/access/gin_private.h
src/include/access/heapam.h
src/include/access/relscan.h
src/include/executor/nodeAgg.h
src/include/nodes/execnodes.h
src/include/nodes/pathnodes.h
src/include/utils/skipsupport.h
src/include/utils/tuplesort.h
src/test/modules/test_int128/test_int128.c
src/tools/pgindent/typedefs.list