diff options
author | David Rowley <drowley@postgresql.org> | 2023-04-18 14:03:30 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2023-04-18 14:03:49 +1200 |
commit | eef231e8161eb8031a928fe48134ef25ab81fe5e (patch) | |
tree | 17f1882a677a251f2638fb1893ec2a6fca1885d3 /src/backend/utils/adt/xid8funcs.c | |
parent | b4dbf3e924b2556acbe103dc61ac71f9985ff24f (diff) |
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
Diffstat (limited to 'src/backend/utils/adt/xid8funcs.c')
-rw-r--r-- | src/backend/utils/adt/xid8funcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/xid8funcs.c b/src/backend/utils/adt/xid8funcs.c index 5d79f838a3e..24271dfff73 100644 --- a/src/backend/utils/adt/xid8funcs.c +++ b/src/backend/utils/adt/xid8funcs.c @@ -678,7 +678,7 @@ pg_xact_status(PG_FUNCTION_ARGS) Assert(TransactionIdIsValid(xid)); /* - * Like when doing visiblity checks on a row, check whether the + * Like when doing visibility checks on a row, check whether the * transaction is still in progress before looking into the CLOG. * Otherwise we would incorrectly return "committed" for a transaction * that is committing and has already updated the CLOG, but hasn't |