Re: [BUGS] BUG #4849: intermittent future timestamps

2009-06-10 Thread David Leppik
My typo. Converting java.sql.Timestamp to java.util.Date was buggy on my end. David On Jun 10, 2009, at 1:00 PM, Kevin Grittner wrote: David Leppik wrote: Never mind. Turns out the bug was in our own code (read: me, personally, being stupid) to convert a java.sql.Timestamp to

Re: [BUGS] BUG #4849: intermittent future timestamps

2009-06-10 Thread David Leppik
decide to blame it on someone else? David On Jun 10, 2009, at 11:58 AM, Tom Lane wrote: "David Leppik" writes: We are intermittently getting results from now() which are around 10 minutes in the future. Most calls return a reasonable value. Because the erroneous timestamps are

[BUGS] BUG #4849: intermittent future timestamps

2009-06-10 Thread David Leppik
The following bug has been logged online: Bug reference: 4849 Logged by: David Leppik Email address: dlep...@vocalabs.com PostgreSQL version: 8.3.5 Operating system: Linux (CentOS 5.2) Description:intermittent future timestamps Details: We are intermittently