diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-13 21:06:44 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-13 21:06:44 +0000 |
commit | 87299583a5004df4b563226349c906f2184dd1b0 (patch) | |
tree | d74ce815dbafc1f7050e31bb9765311ecff0b974 /src/backend/executor/execMain.c | |
parent | e7261c46aa5df5cfc03e5ca4091d3b9bd675c824 (diff) | |
download | postgresql-87299583a5004df4b563226349c906f2184dd1b0.tar.gz postgresql-87299583a5004df4b563226349c906f2184dd1b0.zip |
Determine max_connections first, then see how large shared_buffers can
be made, to avoid corner cases where max_connections ends up unreasonably
small because shared_buffers is hogging too much shmem space. Per pghackers
discussion about a week ago. Also, fix the copy-newlines problem in a
more robust way, by using COPY FROM filename instead of COPY FROM STDIN;
per a suggestion from Peter.
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions