Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: [PATCH] Cleanup of GUC units code - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [PATCH] Cleanup of GUC units code
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [PATCH] Cleanup of GUC units code  (Ron Mayer <[email protected]>)
List pgsql-hackers
> a) Verbosely spelling out the units in the default config file
>   temp_buffers = 16 megabytes
>   or
>   temp_buffers = 16 milliblocks :-)
>   Naive users who favor cut&paste will use the verbose words
>   that should leave little room for confusion.  Power-users
>   who know the short forms from the docs will presumably have
>   read the descriptions.

I think it would make a lot of sense to encourage adding the word
"buffers" or "blocks" when that is the unit in question.  This is all
religion at this point, but I find it difficult to believe that there
is any real need to spell out megabytes.

...Robert


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: New FSM patch
Next
From: Tom Lane
Date:
Subject: Interesting glitch in autovacuum