pgsql: Allow the delay in psql's \watch command to be a fractional seco

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow the delay in psql's \watch command to be a fractional seco
Date: 2016-03-21 22:34:29
Message-ID: E1ai8P7-0004xE-K3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow the delay in psql's \watch command to be a fractional second.

Instead of just "2" seconds, allow eg. "2.5" seconds. Per request
from Alvaro Herrera. No docs change since the docs didn't say you
couldn't do this already.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b283096534b9c514a92a70c98c033015b6792ba7

Modified Files
--------------
src/bin/psql/command.c | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2016-03-22 01:20:37 Re: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.
Previous Message Tom Lane 2016-03-21 19:19:22 Re: pgsql: Introduce WaitEventSet API.