postgresql/src
Bruce Momjian 5441a64164 The attached patch changes units of the some default values in
postgresql.conf.

- shared_buffers = 32000kB => 32MB
- temp_buffers = 8000kB => 8MB
- wal_buffers = 8 => 64kB

The code of initdb was a bit modified to write MB-unit values.
Values greater than 8000kB are rounded out to MB.

GUC_UNIT_XBLOCKS is added for wal_buffers. It is like GUC_UNIT_BLOCKS,
but uses XLOG_BLCKSZ instead of BLCKSZ.

Also, I cleaned up the test of GUC_UNIT_* flags in preparation to
add more unit flags in less bits.

ITAGAKI Takahiro
2006-10-03 21:11:55 +00:00
..
backend The attached patch changes units of the some default values in 2006-10-03 21:11:55 +00:00
bin The attached patch changes units of the some default values in 2006-10-03 21:11:55 +00:00
include The attached patch changes units of the some default values in 2006-10-03 21:11:55 +00:00
interfaces Make some marginal performance improvements in reportErrorPosition(), 2006-10-01 22:25:48 +00:00
makefiles Fix shared library creation to work properly on AIX. Albe Laurenz 2006-09-19 15:36:08 +00:00
pl Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 2006-09-22 21:39:58 +00:00
port Cleanup pgwin32_open() 'if' test, and avoid possible error. 2006-10-03 20:44:18 +00:00
template Remove extra 'else' in solaris compiler code. 2006-04-28 04:32:10 +00:00
test Allow assignment to array elements not contiguous with those already 2006-09-29 21:22:21 +00:00
timezone Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, 2006-09-16 20:14:34 +00:00
tools Fix a couple other places that need to know about (some) src/port/ files 2006-09-28 14:48:45 +00:00
tutorial Fix some misuses of strncat(). 2006-09-27 16:19:42 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
Makefile.global.in Fix shared library creation to work properly on AIX. Albe Laurenz 2006-09-19 15:36:08 +00:00
Makefile.shlib Fix shared library creation to work properly on AIX. Albe Laurenz 2006-09-19 15:36:08 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
nls-global.mk When merging PO files, take into consideration translations in other PO 2006-04-05 13:40:15 +00:00
win32.mak Fix win32.mak for config cleanup. 2006-08-08 22:44:05 +00:00