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/[email protected]

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(-)

Reply via email to