[PATCH] pg_sleep(interval) - Mailing list pgsql-hackers

From Vik Fearing
Subject [PATCH] pg_sleep(interval)
Date
Msg-id 5203868C.6030207@dalibo.com
Whole thread Raw
Responses Re: [PATCH] pg_sleep(interval)  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: [PATCH] pg_sleep(interval)  (Magnus Hagander <magnus@hagander.net>)
Re: [PATCH] pg_sleep(interval)  (Robert Haas <robertmhaas@gmail.com>)
Re: [PATCH] pg_sleep(interval)  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
Someone on IRC a while ago was complaining that there was no way to
specify an interval for pg_sleep, so I made one.  Patch against today's
HEAD attached.

Usage: SELECT pg_sleep(interval '2 minutes');

I would add this to the next commitfest but I seem to be unable to log
in with my community account (I can log in to the wiki).  Help appreciated.

Attachment

pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: [PATCH] Statistics collection for CLUSTER command
Next
From: Fabien COELHO
Date:
Subject: Re: [PATCH] pg_sleep(interval)