Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite02ad57

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 resultsof the new version. I did fix a typo that crept into242dfcb.Discussion:https://postgr.es/m/20200114221814.GA19630@alvherre.pgsql
1 parent7ccb2f5 commite02ad57

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎src/backend/access/nbtree/nbtutils.c

Lines changed: 3 additions & 3 deletions
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-
*setto WAL (if wal_log_hints or data checksums are enabled),
1863-
*whichis 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

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp