time stops/workaround

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: time stops/workaround
Date: 2000-10-18 02:40:33
Message-ID: Pine.BSO.4.10.10010172239030.7579-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Strangely, the same thing does not happen when I do timenow() instead of
time(). This is very counter-intuitive, if this is the way it is supposed
to work, at least docs should be saying that.

Also, I checked, and its probably not the fmgr cache, since now() is set
to be noncacheable...

-alex

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-10-18 03:21:07 Re: time stops within transaction
Previous Message Alex Pilosov 2000-10-18 02:20:10 time stops within transaction