@@ -1056,9 +1056,9 @@ bt_entry_unique_check(BtreeCheckState *state, IndexTuple itup,
1056
1056
}
1057
1057
1058
1058
/*
1059
- * Prevent double reporting unique constraint violation between
1060
- * the posting list entries of the first tuple on the page after
1061
- * cross-page check.
1059
+ * Prevent double reporting unique constraint violation
1060
+ *between the posting list entries of the first tuple on the
1061
+ *page after cross-page check.
1062
1062
*/
1063
1063
if (* lVis_block != targetblock && ItemPointerIsValid (* lVis_tid ))
1064
1064
return ;
@@ -1072,8 +1072,8 @@ bt_entry_unique_check(BtreeCheckState *state, IndexTuple itup,
1072
1072
}
1073
1073
1074
1074
/*
1075
- * Current tuple has no posting list. If TID is visible save info about
1076
- *it for the next comparisons in the loop in bt_page_check(). Report
1075
+ * Current tuple has no posting list. If TID is visible save info about it
1076
+ * for the next comparisons in the loop in bt_page_check(). Report
1077
1077
* duplicate if lVis_tid is already valid.
1078
1078
*/
1079
1079
else
@@ -1694,8 +1694,8 @@ bt_target_page_check(BtreeCheckState *state)
1694
1694
}
1695
1695
1696
1696
/*
1697
- * If the index is unique verify entries uniqueness by checking the heap
1698
- * tuples visibility.
1697
+ * If the index is unique verify entries uniqueness by checking the
1698
+ *heap tuples visibility.
1699
1699
*/
1700
1700
if (state -> checkunique && state -> indexinfo -> ii_Unique &&
1701
1701
P_ISLEAF (topaque )&& !skey -> anynullkeys )