mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix to_char(interval) to return proper year and century values.
Fix to_char(interval) to return large year/month/day/hour values that are larger than possible timestamp values. Prevent to_char(interval) format specifications that make no sense, like Month. Clean up formatting.c code to more logically handle return lengths.
This commit is contained in:
parent
f8d0a82bf9
commit
e20261128d
1 changed files with 190 additions and 242 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue