pgsql/src/backend/utils (Gen_fmgrtab.sh.in)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils (Gen_fmgrtab.sh.in)
Date: 2000-05-16 02:14:14
Message-ID: 200005160214.WAA65907@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, May 15, 2000 @ 22:14:14
Author: tgl

Update of /usr/local/cvsroot/pgsql/src/backend/utils
from hub.org:/home/tmp/cvs-serv65877/backend/utils

Modified Files:
Gen_fmgrtab.sh.in

----------------------------- Log Message -----------------------------

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-05-16 02:14:15 pgsql/src/test/mb (mbregress.sh)
Previous Message Tom Lane 2000-05-16 02:14:13 pgsql/src (configure.in configure)