Remove configure check for how to abbreviate 'tr A-Z a-z', and instead
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |