]> granicus.if.org Git - postgresql/commit
Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
authorRobert Haas <rhaas@postgresql.org>
Mon, 3 Feb 2014 19:33:43 +0000 (14:33 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 3 Feb 2014 19:33:43 +0000 (14:33 -0500)
commit80353f35285f89382cea7fc543580827f0465e69
treedc2eea96804ec9c3f38f36a355baa8af5f04653f
parent65a193ebbb5e94b87773fbcbf8909ff8044734ab
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
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h