mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix alphabetic ordering in typedefs.list
This commit is contained in:
@ -1025,6 +1025,7 @@ HeapScanDesc
|
|||||||
HeapTuple
|
HeapTuple
|
||||||
HeapTupleData
|
HeapTupleData
|
||||||
HeapTupleFields
|
HeapTupleFields
|
||||||
|
HeapTupleForceOption
|
||||||
HeapTupleHeader
|
HeapTupleHeader
|
||||||
HeapTupleHeaderData
|
HeapTupleHeaderData
|
||||||
HeapTupleTableSlot
|
HeapTupleTableSlot
|
||||||
@ -2392,8 +2393,8 @@ SubPlanState
|
|||||||
SubTransactionId
|
SubTransactionId
|
||||||
SubXactCallback
|
SubXactCallback
|
||||||
SubXactCallbackItem
|
SubXactCallbackItem
|
||||||
SubXactInfo
|
|
||||||
SubXactEvent
|
SubXactEvent
|
||||||
|
SubXactInfo
|
||||||
SubplanResultRelHashElem
|
SubplanResultRelHashElem
|
||||||
SubqueryScan
|
SubqueryScan
|
||||||
SubqueryScanPath
|
SubqueryScanPath
|
||||||
@ -3597,4 +3598,3 @@ yyscan_t
|
|||||||
z_stream
|
z_stream
|
||||||
z_streamp
|
z_streamp
|
||||||
zic_t
|
zic_t
|
||||||
HeapTupleForceOption
|
|
||||||
|
Reference in New Issue
Block a user