]> granicus.if.org Git - postgresql/commit
Remove ancient downcasing code from procedural language operations.
authorRobert Haas <rhaas@postgresql.org>
Thu, 17 Nov 2011 19:20:13 +0000 (14:20 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 17 Nov 2011 19:25:18 +0000 (14:25 -0500)
commit67dc4eed42186ba6a2456578899bfd38d003201a
treec01313d1fb6f55e7cac3a32efe28dcc42d4e8370
parentee3ef8f30c4241e95f761c41501979dfd4f22c6a
Remove ancient downcasing code from procedural language operations.

A very long time ago, language names were specified as literals rather
than identifiers, so this code was added to do case-folding.  But that
style has ben deprecated for many years so this isn't needed any more.
Language names will still be downcased when specified as unquoted
identifiers, but quoted identifiers or the old style using string
literals will be left as-is.
doc/src/sgml/ref/create_language.sgml
src/backend/commands/define.c
src/backend/commands/functioncmds.c
src/backend/commands/proclang.c
src/include/commands/defrem.h