mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
like '23:59:60' because of fractional-second roundoff problems. Trying to control this upstream of the actual display code was hopeless; the right way is to explicitly round fractional seconds in the display code and then refigure the results if the fraction rounds up to 1. Per bug #1927.