pgsql: Revert "commit_delay" change; just add comment that we don't hav

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "commit_delay" change; just add comment that we don't hav
Date: 2012-08-14 20:26:19
Message-ID: E1T1Ngx-00021z-CR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Revert "commit_delay" change; just add comment that we don't have
a microsecond specification.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/03bda4535ee119d3dae7226faebed089925ace7e

Modified Files
--------------
src/backend/utils/misc/guc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-08-14 20:44:21 pgsql: Translation updates
Previous Message Bruce Momjian 2012-08-14 20:16:57 pgsql: Add pg_settings units display for "commit_delay" (ms).

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2012-08-14 20:26:30 Re: default_isolation_level='serializable' crashes on Windows
Previous Message Noah Misch 2012-08-14 20:02:33 Re: SIGFPE handler is naive