aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-09 17:21:47 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-09 17:21:47 +0000
commit313ed1ed9498f977262e180a080c7748197ced5c (patch)
tree17780e929d9a0d710d84de261b27ac26e9a5adcf /src/backend/commands/dbcommands.c
parent7754f7634cbc837702428bbb40a0efbeec7a51d1 (diff)
downloadpostgresql-313ed1ed9498f977262e180a080c7748197ced5c.tar.gz
postgresql-313ed1ed9498f977262e180a080c7748197ced5c.zip
Fix (hopefully for the last time) problems with datetime values displaying
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.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions