mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
This commit is contained in:
@@ -615,7 +615,7 @@ parse_statement(StatementClass *stmt)
|
||||
if ((unsigned char) *ptr >= 0x80)
|
||||
ptr++;
|
||||
else
|
||||
#endif /* MULTIBYTE */
|
||||
#endif /* MULTIBYTE */
|
||||
*ptr = tolower((unsigned char) *ptr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user