pgsql: Secondary patch to fix interval to_char() for "HH" where hours >=

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Secondary patch to fix interval to_char() for "HH" where hours >=
Date: 2010-02-23 06:29:01
Message-ID: 20100223062901.94CE27541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Secondary patch to fix interval to_char() for "HH" where hours >= 12.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.164 -> r1.165)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.164&r2=1.165)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2010-02-23 07:43:21 Re: [COMMITTERS] Re: pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Previous Message Tom Lane 2010-02-23 05:44:55 pgsql: Some platforms reject fsync() on files opened O_RDONLY.