pgsql: Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
Date
Msg-id E1WAPHv-0004Mf-0i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.

Otherwise, pg_sleep_until does the wrong thing in a multi-statement
transaction.

Julien Rouhaud

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/80353f35285f89382cea7fc543580827f0465e69

Modified Files
--------------
src/include/catalog/catversion.h |    2 +-
src/include/catalog/pg_proc.h    |    4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Document a few more regression test hazards.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix *-qualification of named parameters in SQL-language function