We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf201c commit 15a4c9dCopy full SHA for 15a4c9d
src/backend/parser/scansup.c
@@ -58,7 +58,7 @@ downcase_identifier(const char *ident, int len, bool warn, bool truncate)
58
* have the infrastructure for. Instead we use tolower() to provide a
59
* locale-aware translation. However, in some locales (for example,
60
* Turkish with 'i' and 'I') this still is not correct. Our compromise is
61
- * to use toupper() for characters with the high bit set, as long as they
+ * to use tolower() for characters with the high bit set, as long as they
62
* aren't part of a multi-byte character, and use an ASCII-only approach
63
* for 7-bit characters.
64
*/
0 commit comments