pgsql: Add note to the shared memory sizing table about needing to use

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Add note to the shared memory sizing table about needing to use
Дата
Msg-id 20081216193044.0DDB77563FE@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add note to the shared memory sizing table about needing to use page count in
shared_buffers and wal_buffers, not size in bytes.  Per discussion.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        runtime.sgml (r1.422 -> r1.423)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.422&r2=1.423)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make heap_update() set newtup->t_tableOid correctly, for
Следующее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: pgbulkload - pgbulkload: Accept CR+LF text files in CSV mode.