mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby Reviewed-by: David Rowley Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user