• Robert Haas's avatar
    Remove ancient downcasing code from procedural language operations. · 67dc4eed
    Robert Haas authored
    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.
    67dc4eed
defrem.h 8.15 KB