[COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.
Date
Msg-id E1cMjnF-0007xM-IU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix incorrect example of to_timestamp() usage.

Must use HH24 not HH to read a hour value exceeding 12.

This was already fixed in HEAD in commit d3cd36a13, but I didn't think
of backpatching it.

Report: https://postgr.es/m/20161229170043.10139.21416@wrigleys.postgresql.org

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ce15751eed7ebdc44d6c1ce642606f5adfef0dc3

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Remove manual breaks in NodeTag assignments to fix duplicatetag
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix unstable regression test results.