Skip to content

Commit 9898807

Browse files
committed
chore: sort strings in getDefaultAliases
1 parent 18ba4c4 commit 9898807

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/constants.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,28 +1360,28 @@ export function getDefaultAliases(): [string, string][] {
13601360
['CheckpointerShmem', 'CheckpointerShmemStruct *'],
13611361

13621362
...[
1363-
'MemoryContext',
1364-
'HeapTupleHeader',
1365-
'XLogPageHeader',
1366-
'PageHeader',
1367-
'XLogPageHeader',
1368-
'SpGistPageOpaque',
1363+
'AfterTriggerEvent',
1364+
'BTPageOpaque',
1365+
'BTVacuumPosting',
1366+
'BTVacuumPosting',
13691367
'GinPageOpaque',
1370-
'IndexTuple',
13711368
'HashPageOpaque',
1372-
'BTPageOpaque',
1373-
'Portal',
1374-
'AfterTriggerEvent',
1375-
'TableScanDesc',
1369+
'HeapTupleHeader',
13761370
'IndexScanDesc',
1377-
'ScanKey',
1378-
'TwoPhaseState',
1379-
'BTVacuumPosting',
1371+
'IndexTuple',
1372+
'MemoryContext',
13801373
'MultiSortSupport',
1381-
'TSVector',
1382-
'BTVacuumPosting',
1383-
'SetConstraintState',
1374+
'PageHeader',
13841375
'ParamListInfo',
1376+
'Portal',
1377+
'ScanKey',
1378+
'SetConstraintState',
1379+
'SpGistPageOpaque',
1380+
'TSVector',
1381+
'TableScanDesc',
1382+
'TwoPhaseState',
1383+
'XLogPageHeader',
1384+
'XLogPageHeader',
13851385
].map(addDataSuffix),
13861386
] as [string, string][];
13871387
}

0 commit comments

Comments
 (0)