diff options
author | David Rowley | 2023-04-18 01:23:23 +0000 |
---|---|---|
committer | David Rowley | 2023-04-18 01:23:23 +0000 |
commit | b4dbf3e924b2556acbe103dc61ac71f9985ff24f (patch) | |
tree | 179232a4dbf525790273dfbdd3a4f58e30225d56 /contrib/amcheck/verify_heapam.c | |
parent | e39d512f3e9b1e34ffba77c8fe120c2675f6873b (diff) |
Fix various typos
This fixes many spelling mistakes in comments, but a few references to
invalid parameter names, function names and option names too in comments
and also some in string constants
Also, fix an #undef that was undefining the incorrect definition
Author: Alexander Lakhin
Reviewed-by: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'contrib/amcheck/verify_heapam.c')
-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 f50ee9d29f7..34d73ad442f 100644 --- a/contrib/amcheck/verify_heapam.c +++ b/contrib/amcheck/verify_heapam.c @@ -1009,7 +1009,7 @@ check_tuple_header(HeapCheckContext *ctx) * TOAST tuples -- are eligible for pruning. * * Sets *xmin_commit_status_ok to true if the commit status of xmin is known - * and false otherwise. If it's set to true, then also set *xid_commit_status + * and false otherwise. If it's set to true, then also set *xmin_commit_status * to the actual commit status. */ static bool |