Code review for auto-tuned effective_cache_size.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Jan 2014 05:05:49 +0000 (00:05 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Jan 2014 05:05:56 +0000 (00:05 -0500)
commit2850896961994aa0993b9e2ed79a209750181b8a
tree8362cabe887104162cc2c4f3ac4ee3eec99608b4
parentdd515d4082876f9fcc0b6eed421dd3b6d43579be
Code review for auto-tuned effective_cache_size.

Fix integer overflow issue noted by Magnus Hagander, as well as a bunch
of other infelicities in commit ee1e5662d8d8330726eaef7d3110cb7add24d058
and its unreasonably large number of followups.
doc/src/sgml/config.sgml
src/backend/optimizer/path/costsize.c
src/backend/postmaster/postmaster.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/optimizer/cost.h
src/include/utils/guc.h