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:42:58
Message-ID: 20050326004258.B2D3753825@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.

Tags:
----
REL7_2_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.49 -> r1.49.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.49&r2=1.49.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-26 02:14:43 pgsql: Add another ORDER BY to rules test to eliminate platform-specific
Previous Message Tom Lane 2005-03-26 00:42:45 pgsql: Prevent to_char(interval) from dumping core on month-related