pgsql: Simplify code in formatting.c now that to upper/lower/initcase do

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify code in formatting.c now that to upper/lower/initcase do
Date: 2008-05-20 01:41:02
Message-ID: 20080520014102.50470754C54@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Simplify code in formatting.c now that to upper/lower/initcase do not
modify the passed string.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.140 -> r1.141)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.140&r2=1.141)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-20 03:30:22 pgsql: Adjust -Wl, --asneeded test to avoid using the switch if it breaks
Previous Message Bruce Momjian 2008-05-20 00:35:45 pgsql: Done: < o Use LC_TIME for localized weekday/month names, rather