pgsql: Add convenience functions pg_sleep_for and pg_sleep_until.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add convenience functions pg_sleep_for and pg_sleep_until.
Date: 2014-01-30 20:48:45
Message-ID: E1W8yXV-0008BB-Bk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add convenience functions pg_sleep_for and pg_sleep_until.

Vik Fearing, reviewed by Pavel Stehule and myself

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/760c770ff66b5c2f77f2e17750a2e263a74d82b3

Modified Files
--------------
doc/src/sgml/func.sgml | 18 ++++++++++++++----
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 4 ++++
src/test/regress/expected/stats.out | 6 +++---
src/test/regress/sql/stats.sql | 2 +-
5 files changed, 23 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-01-30 23:10:43 pgsql: Fix potential coredump on bad locale value in pg_upgrade.
Previous Message Tom Lane 2014-01-30 19:51:29 pgsql: Fix bogus handling of "postponed" lateral quals.