summaryrefslogtreecommitdiff
path: root/contrib/amcheck
diff options
context:
space:
mode:
authorMichael Paquier2021-04-19 02:32:30 +0000
committerMichael Paquier2021-04-19 02:32:30 +0000
commit7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f (patch)
tree9dd7a216019831ea53951e4e08aff564b634dba8 /contrib/amcheck
parentc731f9187b5fd7038b04ba60703d3cace1806366 (diff)
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
Diffstat (limited to 'contrib/amcheck')
-rw-r--r--contrib/amcheck/verify_heapam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/amcheck/verify_heapam.c b/contrib/amcheck/verify_heapam.c
index 9366f45d746..9f159eb3dbd 100644
--- a/contrib/amcheck/verify_heapam.c
+++ b/contrib/amcheck/verify_heapam.c
@@ -930,7 +930,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
* If xmin_status happens to be XID_IS_CURRENT_XID, then in theory
* any such DDL changes ought to be visible to us, so perhaps
* we could check anyway in that case. But, for now, let's be
- * conservate and treat this like any other uncommitted insert.
+ * conservative and treat this like any other uncommitted insert.
*/
return false;
}