BUG #6150: commit_delay should have unit ms - Mailing list pgsql-bugs

From Christoph Anton Mitterer
Subject BUG #6150: commit_delay should have unit ms
Date
Msg-id 201108042130.p74LUZF0077012@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #6150: commit_delay should have unit ms  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      6150
Logged by:          Christoph Anton Mitterer
Email address:      calestyo@scientia.net
PostgreSQL version: 0.9
Operating system:   Debian sid
Description:        commit_delay should have unit ms
Details:

Hi.

AFAIK form the documentation, the setting commit_delay, should have the base
unit "ms".

However, when doing something like
$ psql -c 'SELECT name,vartype,unit FROM pg_settings;' | grep commit_delay
I get:
could not change directory to "/root/test"
 commit_delay                    | integer |

No unit.

Cheers,
Chris.

pgsql-bugs by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: BUG #6149: My table is empty but pg_relation_size(name) returns 39 MB
Next
From: "Christoph Anton Mitterer"
Date:
Subject: BUG #6151: documentation claims that default value for log_timezone is "unknown"