git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a4fac4f)
Fix typos in comments.
Fri, 2 Apr 2021 07:26:36 +0000 (16:26 +0900)
Fri, 2 Apr 2021 07:26:36 +0000 (16:26 +0900)
Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoA1YL7t0nzVSEySx6zOaE7xO3r0jyu8hkitGL2_XbaMxQ@mail.gmail.com


diff --git a/contrib/amcheck/verify_heapam.c b/contrib/amcheck/verify_heapam.c
index 3fb709b842e1eb54eaccc91d1742f9da79787df6..11ace483d04088802aa4af806d5963025b1ec533 100644 (file)
--- a/contrib/amcheck/verify_heapam.c
+++ b/contrib/amcheck/verify_heapam.c
@@ -777,7 +777,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
case XID_COMMITTED:
/*
* The tuple is dead, because the xvac transaction moved
- * it off and comitted. It's checkable, but also prunable.
+ * it off and committed. It's checkable, but also prunable.
*/
return true;
@@ -851,7 +851,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
case XID_ABORTED:
/*
* The tuple is dead, because the xvac transaction moved
- * it off and comitted. It's checkable, but also prunable.
+ * it off and committed. It's checkable, but also prunable.
*/
return true;
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /