Remove configure check for how to abbreviate 'tr A-Z a-z', and instead

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

Commit: 6dd06737bad7fcc6b791efa975438c7237fe7d26
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-05-16T02:14:15Z
Releases: 7.1.1
Remove configure check for how to abbreviate 'tr A-Z a-z', and instead
just use the portable form,
tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
There were a bunch of places that weren't paying attention to configure's
result anyway (including configure itself!?); clean them up too.

Files

PathChange+/−
src/backend/utils/Gen_fmgrtab.sh.in modified +4 −4
src/configure modified +368 −423
src/configure.in modified +2 −16
src/interfaces/odbc/configure modified +178 −85
src/interfaces/odbc/configure.in modified +1 −1
src/test/mb/mbregress.sh modified +2 −2
src/test/regress/regress.sh modified +2 −2
src/test/regress/run_check.sh modified +2 −2