pgsql: New features contributed by Tomoaki Sato.

Поиск
Список
Период
Сортировка
От ishii@postgresql.org (Tatsuo Ishii)
Тема pgsql: New features contributed by Tomoaki Sato.
Дата
Msg-id 20060726072450.565B89FB1C0@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
New features contributed by Tomoaki Sato.

- predefined variable "tps"
  The value of variable tps is taken from the scaling factor
  specified by -s option.

- -D option
  Variable values can be defined by -D option.

- \set command now allows arithmetic calculations.

Modified Files:
--------------
    pgsql/contrib/pgbench:
        README.pgbench (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench.diff?r1=1.12&r2=1.13)
        README.pgbench_jis (r1.13 -> r1.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench_jis.diff?r1=1.13&r2=1.14)
        pgbench.c (r1.49 -> r1.50)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.49&r2=1.50)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] pgsql: /contrib/cube improvements: Update the calling convention for
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Convert effective_cache_size to an integer, for better