mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix some typos
Josh Kupershmidt
This commit is contained in:
@ -281,7 +281,7 @@ unaccent_lexize(PG_FUNCTION_ARGS)
|
||||
{
|
||||
if (!res)
|
||||
{
|
||||
/* allocate res only it it's needed */
|
||||
/* allocate res only if it's needed */
|
||||
res = palloc0(sizeof(TSLexeme) * 2);
|
||||
res->lexeme = trgchar = palloc(len * pg_database_encoding_max_length() + 1 /* \0 */ );
|
||||
res->flags = TSL_FILTER;
|
||||
|
Reference in New Issue
Block a user