mirror of
https://github.com/postgres/postgres.git
synced 2026-05-30 04:24:45 -04:00
be92ad49e0
in Turkish locale. Keywords are now checked under pure ASCII case-folding
rules ('A'-'Z'->'a'-'z' and nothing else). However, once a word is
determined not to be a keyword, it will be case-folded under the current
locale, same as before. See pghackers discussion 20-Feb-01.