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

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Secondary patch to fix interval to_char() for "HH" where hours >=
Date
Msg-id 20100223062901.94CE27541D0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Some platforms reject fsync() on files opened O_RDONLY.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Revert recent change of to_char('HH12') handling for intervals;