mirror of
https://github.com/postgres/postgres.git
synced 2026-01-27 21:43:08 +03:00
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
This commit is contained in:
@@ -90,7 +90,7 @@ typedef struct SkipSupportData
|
||||
*/
|
||||
SkipSupportIncDec decrement;
|
||||
SkipSupportIncDec increment;
|
||||
} SkipSupportData;
|
||||
} SkipSupportData;
|
||||
|
||||
extern SkipSupport PrepareSkipSupportFromOpclass(Oid opfamily, Oid opcintype,
|
||||
bool reverse);
|
||||
|
||||
@@ -57,7 +57,7 @@ typedef struct SortCoordinateData
|
||||
|
||||
/* Private opaque state (points to shared memory) */
|
||||
Sharedsort *sharedsort;
|
||||
} SortCoordinateData;
|
||||
} SortCoordinateData;
|
||||
|
||||
typedef struct SortCoordinateData *SortCoordinate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user