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

From Tom Lane
Subject pgsql: Update typedefs.list to match what the buildfarm currently repor
Date
Msg-id E1vUuC4-000mxY-1f@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Looks like we can't test NLS on machines that lack any es_ES loc
Next
From: Michael Paquier
Date:
Subject: pgsql: Allow cumulative statistics to read/write auxiliary data from/to