pgsql: Add documentation of memory and time units to postgresql.conf. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add documentation of memory and time units to postgresql.conf.
Date
Msg-id 20070120214206.9F90F9FB574@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add documentation of memory and time units to postgresql.conf.
Backpatch to 8.2.X for new initdbs.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        postgresql.conf.sample (r1.199 -> r1.199.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.199&r2=1.199.2.1)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add documentation of memory and time units to postgresql.conf.
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Make setseed() return void, rather than an int4 without any use.