pgsql: Update typedefs.list to match what the buildfarm currently repor

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update typedefs.list to match what the buildfarm currently repor
Date: 2025-12-14 22:03:57
Message-ID: E1vUuC4-000mxY-1f@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/58dad7f349b3fdbadda6bead21d596a448db1950

Modified Files
--------------
src/backend/access/heap/rewriteheap.c | 2 +-
src/backend/access/transam/twophase.c | 2 +-
src/backend/executor/nodeWindowAgg.c | 2 +-
src/backend/partitioning/partdesc.c | 2 +-
src/backend/utils/adt/arrayfuncs.c | 2 +-
src/include/access/gin_private.h | 2 +-
src/include/access/heapam.h | 2 +-
src/include/access/relscan.h | 4 ++--
src/include/executor/nodeAgg.h | 10 ++++----
src/include/nodes/execnodes.h | 2 +-
src/include/nodes/pathnodes.h | 2 +-
src/include/utils/skipsupport.h | 2 +-
src/include/utils/tuplesort.h | 2 +-
src/test/modules/test_int128/test_int128.c | 2 +-
src/tools/pgindent/typedefs.list | 37 ++++++++++++++++++++++--------
15 files changed, 46 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-12-15 00:41:10 pgsql: Allow cumulative statistics to read/write auxiliary data from/to
Previous Message Tom Lane 2025-12-14 19:31:16 pgsql: Looks like we can't test NLS on machines that lack any es_ES loc