mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix grammatical typos around possessive "its"
Some places spelled it "it's", which is short for "it is". In passing, fix a couple other nearby grammatical errors. Author: Jacob Brazeal <jacob.brazeal@gmail.com> Discussion: https://postgr.es/m/CA+COZaAO8g1KJCV0T48=CkJMjAnnfTGLWOATz+2aCh40c2Nm+g@mail.gmail.com
This commit is contained in:
@@ -202,7 +202,7 @@ struct Tuplesortstate
|
||||
int64 maxSpace; /* maximum amount of space occupied among sort
|
||||
* of groups, either in-memory or on-disk */
|
||||
bool isMaxSpaceDisk; /* true when maxSpace is value for on-disk
|
||||
* space, false when it's value for in-memory
|
||||
* space, false when its value for in-memory
|
||||
* space */
|
||||
TupSortStatus maxSpaceStatus; /* sort status when maxSpace was reached */
|
||||
LogicalTapeSet *tapeset; /* logtape.c object for tapes in a temp file */
|
||||
|
||||
Reference in New Issue
Block a user