Make pltcl regression tests safe for Danish locale.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: dfddc452df76bf7dd9abfd630ecf298d24117a23
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-07-21T18:24:07Z
Releases: 9.4.9
Make pltcl regression tests safe for Danish locale.

Another peculiarity of Danish locale is that it has an unusual idea
of how to sort upper vs. lower case.  One of the pltcl test cases has
an issue with that.  Now that COLLATE works in all supported branches,
we can just change the test to be locale-independent, and get rid of
the variant expected file that used to support non-C locales.

Files