pgsql: Add convenience functions pg_sleep_for and pg_sleep_until. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add convenience functions pg_sleep_for and pg_sleep_until.
Date
Msg-id E1W8yXV-0008BB-Bk@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix bogus handling of "postponed" lateral quals.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix potential coredump on bad locale value in pg_upgrade.