mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 15:49:28 -04:00
a17f2d76cc
perform a timestamp-to-date coercion. Instead both routines share a subroutine that delivers the parsing result as a struct tm. This avoids problems with timezone dependency of to_date's result, and should be at least marginally faster too.