Re: Rounding issue with current_time

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Rounding issue with current_time
Date: 2001-10-03 18:15:35
Message-ID: 3BBB55C7.1898E2BA@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

...
> So the real issue appears to be that subsecond resolution isn't
> propagating into time and timetz at all.

Ah. Of course it isn't, because I (probably) didn't change
DecodeTimeOnly() to use the microsecond resolution version of the
transaction time. Will look at it.

- Thomas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2001-10-03 18:20:28 HISTORY for 7.2
Previous Message Tom Lane 2001-10-03 18:13:17 Re: Rounding issue with current_time