BUG #6150: commit_delay should have unit ms

From: "Christoph Anton Mitterer" <calestyo(at)scientia(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6150: commit_delay should have unit ms
Date: 2011-08-04 21:30:35
Message-ID: 201108042130.p74LUZF0077012@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6150
Logged by: Christoph Anton Mitterer
Email address: calestyo(at)scientia(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Christoph Anton Mitterer 2011-08-04 22:54:53 BUG #6151: documentation claims that default value for log_timezone is "unknown"
Previous Message Kevin Grittner 2011-08-04 15:24:30 Re: BUG #6149: My table is empty but pg_relation_size(name) returns 39 MB