Update typedefs.list to match what the buildfarm currently reports.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/rewriteheap.c | modified | +1 −1 |
| src/backend/access/transam/twophase.c | modified | +1 −1 |
| src/backend/executor/nodeWindowAgg.c | modified | +1 −1 |
| src/backend/partitioning/partdesc.c | modified | +1 −1 |
| src/backend/utils/adt/arrayfuncs.c | modified | +1 −1 |
| src/include/access/gin_private.h | modified | +1 −1 |
| src/include/access/heapam.h | modified | +1 −1 |
| src/include/access/relscan.h | modified | +2 −2 |
| src/include/executor/nodeAgg.h | modified | +5 −5 |
| src/include/nodes/execnodes.h | modified | +1 −1 |
| src/include/nodes/pathnodes.h | modified | +1 −1 |
| src/include/utils/skipsupport.h | modified | +1 −1 |
| src/include/utils/tuplesort.h | modified | +1 −1 |
| src/test/modules/test_int128/test_int128.c | modified | +1 −1 |
| src/tools/pgindent/typedefs.list | modified | +27 −10 |
Discussion
- Proposed mid-cycle update of typedefs.list 4 messages · 2025-12-14 → 2025-12-15