Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e02ad57

Browse files
committed
Final pgindent run with pg_bsd_indent version 2.1.
This is just to provide a clean basis for comparison of the results of the new version. I did fix a typo that crept into 242dfcb. Discussion: https://postgr.es/m/20200114221814.GA19630@alvherre.pgsql
1 parent 7ccb2f5 commit e02ad57

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/backend/access/nbtree/nbtutils.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1858,9 +1858,9 @@ _bt_killitems(IndexScanDesc scan)
18581858
* Mark index item as dead, if it isn't already. Since this
18591859
* happens while holding a buffer lock possibly in shared mode,
18601860
* it's possible that multiple processes attempt to do this
1861-
* simultaneously, leading to multiple full-page images being
1862-
* set to WAL (if wal_log_hints or data checksums are enabled),
1863-
* which is undesirable.
1861+
* simultaneously, leading to multiple full-page images being sent
1862+
* to WAL (if wal_log_hints or data checksums are enabled), which
1863+
* is undesirable.
18641864
*/
18651865
if (killtuple && !ItemIdIsDead(iid))
18661866
{

src/tools/pgindent/typedefs.list

+2
Original file line numberDiff line numberDiff line change
@@ -2212,6 +2212,7 @@ SeqScanState
22122212
SeqTable
22132213
SeqTableData
22142214
SerCommitSeqNo
2215+
SerialControl
22152216
SerializableXactHandle
22162217
SerializedActiveRelMaps
22172218
SerializedReindexState
@@ -3291,6 +3292,7 @@ remoteDep
32913292
rendezvousHashEntry
32923293
replace_rte_variables_callback
32933294
replace_rte_variables_context
3295+
ret_type
32943296
rewrite_event
32953297
rijndael_ctx
32963298
rm_detail_t

0 commit comments

Comments
 (0)