mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically incorrect, including one variable name in the code. Author: Otto Kekalainen, Justin Pryzby Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
This commit is contained in:
@ -69,7 +69,7 @@ typedef struct
|
||||
/*
|
||||
* Tuple visibility is only computed once for each tuple, for correctness
|
||||
* and efficiency reasons; see comment in heap_page_prune() for
|
||||
* details. This is of type int8[,] intead of HTSV_Result[], so we can use
|
||||
* details. This is of type int8[,] instead of HTSV_Result[], so we can use
|
||||
* -1 to indicate no visibility has been computed, e.g. for LP_DEAD items.
|
||||
*
|
||||
* Same indexing as ->marked.
|
||||
|
Reference in New Issue
Block a user