pgsql: Add note to the shared memory sizing table about needing to use - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Add note to the shared memory sizing table about needing to use
Date
Msg-id 20081216193044.0DDB77563FE@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make heap_update() set newtup->t_tableOid correctly, for
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgbulkload - pgbulkload: Accept CR+LF text files in CSV mode.