]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Implement a solution to the 'Turkish locale downcases I incorrectly'
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Feb 2004 00:34:53 +0000 (00:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Feb 2004 00:34:53 +0000 (00:34 +0000)
commit59f9a0b9df0d224bb62ff8ec5b65e0b187655742
tree17fc75064e4925afc08824727e41dfcc9c29f3a3
parent1d567aee070b7a51fbdc74821237d5a5ae2caf8f
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