diff options
| author | Michael Paquier | 2021-04-19 02:32:30 +0000 |
|---|---|---|
| committer | Michael Paquier | 2021-04-19 02:32:30 +0000 |
| commit | 7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f (patch) | |
| tree | 9dd7a216019831ea53951e4e08aff564b634dba8 /contrib/amcheck | |
| parent | c731f9187b5fd7038b04ba60703d3cace1806366 (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.c | 2 |
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; } |
