File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1858,9 +1858,9 @@ _bt_killitems(IndexScanDesc scan)
1858
1858
* Mark index item as dead, if it isn't already. Since this
1859
1859
* happens while holding a buffer lock possibly in shared mode,
1860
1860
* 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.
1864
1864
*/
1865
1865
if (killtuple && !ItemIdIsDead (iid ))
1866
1866
{
Original file line number Diff line number Diff line change @@ -2212,6 +2212,7 @@ SeqScanState
2212
2212
SeqTable
2213
2213
SeqTableData
2214
2214
SerCommitSeqNo
2215
+ SerialControl
2215
2216
SerializableXactHandle
2216
2217
SerializedActiveRelMaps
2217
2218
SerializedReindexState
@@ -3291,6 +3292,7 @@ remoteDep
3291
3292
rendezvousHashEntry
3292
3293
replace_rte_variables_callback
3293
3294
replace_rte_variables_context
3295
+ ret_type
3294
3296
rewrite_event
3295
3297
rijndael_ctx
3296
3298
rm_detail_t
You can’t perform that action at this time.
0 commit comments