Fix to_date's handling of year 519.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 41f4a0ab789463971add986dbc778d77ec5a0ef4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-07-02T15:35:35Z
Releases: 9.3.0
Fix to_date's handling of year 519.

A thinko in commit 029dfdf1157b6d837a7b7211cd35b00c6bcd767c caused the year
519 to be handled differently from either adjacent year, which was not the
intention AFAICS.  Report and diagnosis by Marc Cousin.

In passing, remove redundant re-tests of year value.

Files

PathChange+/−
src/backend/utils/adt/formatting.c modified +4 −4