mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Assorted comment fixes, mostly just typos, but some obsolete statements.
YAMAMOTO Takashi
This commit is contained in:
@ -253,7 +253,7 @@ gistplacetopage(Relation rel, Size freespace, GISTSTATE *giststate,
|
||||
}
|
||||
|
||||
/*
|
||||
* Now that we know whick blocks the new pages go to, set up downlink
|
||||
* Now that we know which blocks the new pages go to, set up downlink
|
||||
* tuples to point to them.
|
||||
*/
|
||||
for (ptr = dist; ptr; ptr = ptr->next)
|
||||
|
Reference in New Issue
Block a user