mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Run pgindent on heapam.c
An upcoming patch by Melanie Plageman does some refactoring work in this area. Run pgindent on that file now before making any changes so that it's easier to maintain/evolve each of the individual patches doing the refactor work. Additionally, add a few new required typedefs to the list to make it easier to do future pgindent runs on this file during the refactor work. Discussion: https://postgr.es/m/CAAKRu_YSOnhKsDyFcqJsKtBSrd32DP-jjXmv7hL0BPD-z0TGXQ@mail.gmail.com
This commit is contained in:
@@ -1090,11 +1090,13 @@ HeadlineJsonState
|
||||
HeadlineParsedText
|
||||
HeadlineWordEntry
|
||||
HeapCheckContext
|
||||
HeapPageFreeze
|
||||
HeapScanDesc
|
||||
HeapTuple
|
||||
HeapTupleData
|
||||
HeapTupleFields
|
||||
HeapTupleForceOption
|
||||
HeapTupleFreeze
|
||||
HeapTupleHeader
|
||||
HeapTupleHeaderData
|
||||
HeapTupleTableSlot
|
||||
@@ -3838,6 +3840,7 @@ xl_hash_vacuum_one_page
|
||||
xl_heap_confirm
|
||||
xl_heap_delete
|
||||
xl_heap_freeze_page
|
||||
xl_heap_freeze_plan
|
||||
xl_heap_freeze_tuple
|
||||
xl_heap_header
|
||||
xl_heap_inplace
|
||||
|
Reference in New Issue
Block a user