BUG #6150: commit_delay should have unit ms

Поиск
Список
Период
Сортировка
От Christoph Anton Mitterer
Тема BUG #6150: commit_delay should have unit ms
Дата
Msg-id 201108042130.p74LUZF0077012@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6150: commit_delay should have unit ms  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: BUG #6149: My table is empty but pg_relation_size(name) returns 39 MB
Следующее
От: "Christoph Anton Mitterer"
Дата:
Сообщение: BUG #6151: documentation claims that default value for log_timezone is "unknown"