mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +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:
@ -115,7 +115,7 @@ typedef struct
|
||||
|
||||
/*
|
||||
* In sorted build, we use a stack of these structs, one for each level,
|
||||
* to hold an in-memory buffer of the righmost page at the level. When the
|
||||
* to hold an in-memory buffer of the rightmost page at the level. When the
|
||||
* page fills up, it is written out and a new page is allocated.
|
||||
*/
|
||||
typedef struct GistSortedBuildPageState
|
||||
|
Reference in New Issue
Block a user