Patch for units in postgresql.conf

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch for units in postgresql.conf
Date: 2006-07-25 12:07:50
Message-ID: 200607251407.50953.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here is a preliminary patch for units in postgresql.conf (and SET and so on,
of course). It currently supports memory units only. Time units would be
similar. Let me know if you have comments.

(FWIW, work_mem is a good parameter to play with for trying this out.)

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Attachment Content-Type Size
guc-units.patch text/x-diff 4.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2006-07-25 13:12:50 Re: Patch for units in postgresql.conf
Previous Message Tom Lane 2006-07-25 11:54:26 Re: Resurrecting per-page cleaner for btree