mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@ -508,7 +508,7 @@ parse_object(JsonLexContext *lex, JsonSemAction *sem)
|
||||
*/
|
||||
lex->lex_level++;
|
||||
|
||||
/* we know this will succeeed, just clearing the token */
|
||||
/* we know this will succeed, just clearing the token */
|
||||
lex_expect(JSON_PARSE_OBJECT_START, lex, JSON_TOKEN_OBJECT_START);
|
||||
|
||||
tok = lex_peek(lex);
|
||||
|
@ -67,7 +67,7 @@ rank_up(WindowObject winobj)
|
||||
up = true;
|
||||
}
|
||||
|
||||
/* We can advance the mark, but only *after* acccess to prior row */
|
||||
/* We can advance the mark, but only *after* access to prior row */
|
||||
WinSetMarkPosition(winobj, curpos);
|
||||
|
||||
return up;
|
||||
|
@ -2391,7 +2391,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
GUC_UNIT_BLOCKS
|
||||
},
|
||||
&checkpoint_flush_after,
|
||||
/* see bufmgr.h: OS dependant default */
|
||||
/* see bufmgr.h: OS dependent default */
|
||||
DEFAULT_CHECKPOINT_FLUSH_AFTER, 0, WRITEBACK_MAX_PENDING_FLUSHES,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
@ -2403,7 +2403,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
GUC_UNIT_BLOCKS
|
||||
},
|
||||
&backend_flush_after,
|
||||
/* see bufmgr.h: OS dependant default */
|
||||
/* see bufmgr.h: OS dependent default */
|
||||
DEFAULT_BACKEND_FLUSH_AFTER, 0, WRITEBACK_MAX_PENDING_FLUSHES,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
Reference in New Issue
Block a user