]> granicus.if.org Git - postgresql/commit
Implement a solution to the 'Turkish locale downcases I incorrectly'
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Feb 2004 00:35:13 +0000 (00:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Feb 2004 00:35:13 +0000 (00:35 +0000)
commit8c99671a3b2e5b90d263cfd883c9cdeba63d6cc4
tree2b529b95daa1fd6ee92c72f91a68b1b4e426a514
parentfe92ed8b78ce527739547fcd233c63debb2f3538
Implement a solution to the 'Turkish locale downcases I incorrectly'
problem, per previous discussion.  Make some additional changes to
centralize the knowledge of just how identifier downcasing is done,
in hopes of simplifying any future tweaking in this area.
src/backend/commands/define.c
src/backend/commands/functioncmds.c
src/backend/commands/proclang.c
src/backend/parser/keywords.c
src/backend/parser/scan.l
src/backend/parser/scansup.c
src/backend/utils/adt/varlena.c
src/include/commands/defrem.h
src/include/parser/scansup.h
src/pl/plpgsql/src/pl_funcs.c