Re: 9.1 got really fast ;) - Mailing list pgsql-general

From Tom Lane
Subject Re: 9.1 got really fast ;)
Date
Msg-id 19858.1318807490@sss.pgh.pa.us
Whole thread Raw
In response to Re: 9.1 got really fast ;)  (Scott Marlowe <scott.marlowe@gmail.com>)
Responses Re: 9.1 got really fast ;)  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general
Scott Marlowe <scott.marlowe@gmail.com> writes:
> On Sat, Oct 15, 2011 at 2:20 PM, Thomas Kellerer <spam_eater@gmx.net> wrote:
>> Total runtime: -2.368 ms � <<==== this is amazing ;)

> I get something similar when I do select now()-query_start from
> pg_stat_activity on my Ubuntu 10.04 / pg 8.3 servers.

Within a transaction block that's not surprising, because now() is
defined as transaction start time not statement start time.

            regards, tom lane

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: 9.1 got really fast ;)
Next
From: Scott Marlowe
Date:
Subject: Re: 9.1 got really fast ;)