mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user