pgsql: Prevent to_char(interval) from dumping core on month-related

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent to_char(interval) from dumping core on month-related
Date: 2005-03-26 00:41:47
Message-ID: 20050326004147.548E953362@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent to_char(interval) from dumping core on month-related formats
when a zero-month interval is given. Per discussion with Karel.
Also, some desultory const-labeling of constant tables. More could be
done along that line.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.84.4.1 -> r1.84.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.84.4.1&r2=1.84.4.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-26 00:42:26 pgsql: Prevent to_char(interval) from dumping core on month-related
Previous Message Tom Lane 2005-03-26 00:41:32 pgsql: Prevent to_char(interval) from dumping core on month-related