pgsql-server/src backend/commands/define.c bac ...

Started by Tom Laneover 22 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 04/02/20 20:34:53

Modified files:
src/backend/commands: define.c functioncmds.c proclang.c
src/backend/parser: keywords.c scan.l 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

Log message:
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.