diff options
Diffstat (limited to 'src/backend/access/nbtree/nbtutils.c')
-rw-r--r-- | src/backend/access/nbtree/nbtutils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/access/nbtree/nbtutils.c b/src/backend/access/nbtree/nbtutils.c index 1429ac8b63e..7c33711a9f3 100644 --- a/src/backend/access/nbtree/nbtutils.c +++ b/src/backend/access/nbtree/nbtutils.c @@ -1858,9 +1858,9 @@ _bt_killitems(IndexScanDesc scan) * Mark index item as dead, if it isn't already. Since this * happens while holding a buffer lock possibly in shared mode, * it's possible that multiple processes attempt to do this - * simultaneously, leading to multiple full-page images being - * set to WAL (if wal_log_hints or data checksums are enabled), - * which is undesirable. + * simultaneously, leading to multiple full-page images being sent + * to WAL (if wal_log_hints or data checksums are enabled), which + * is undesirable. */ if (killtuple && !ItemIdIsDead(iid)) { |