We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fac4f commit 98e5bd1Copy full SHA for 98e5bd1
contrib/amcheck/verify_heapam.c
@@ -777,7 +777,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
777
case XID_COMMITTED:
778
/*
779
* The tuple is dead, because the xvac transaction moved
780
- * it off and comitted. It's checkable, but also prunable.
+ * it off and committed. It's checkable, but also prunable.
781
*/
782
return true;
783
@@ -851,7 +851,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
851
case XID_ABORTED:
852
853
854
855
856
857
}
0 commit comments