mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
This commit is contained in:
@ -37,7 +37,7 @@ typedef struct
|
||||
* Finds the next whitespace-delimited word within the 'in' string.
|
||||
* Returns a pointer to the first character of the word, and a pointer
|
||||
* to the next byte after the last character in the word (in *end).
|
||||
* Character '*' at the end of word will not be threated as word
|
||||
* Character '*' at the end of word will not be treated as word
|
||||
* character if flags is not null.
|
||||
*/
|
||||
static char *
|
||||
|
@ -282,7 +282,7 @@ LexizeExec(LexizeData *ld, ParsedLex **correspondLexem)
|
||||
if (!dictExists)
|
||||
{
|
||||
/*
|
||||
* Dictionary can't work with current tpe of lexeme,
|
||||
* Dictionary can't work with current type of lexeme,
|
||||
* return to basic mode and redo all stored lexemes
|
||||
*/
|
||||
ld->curDictId = InvalidOid;
|
||||
|
Reference in New Issue
Block a user