postgresql/src/bin/initdb
Tom Lane 87299583a5 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.
2003-10-13 21:06:44 +00:00
..
Makefile Make the default pg_hba.conf include an entry for ::1 only if configure 2003-09-07 03:36:03 +00:00
initdb.sh Determine max_connections first, then see how large shared_buffers can 2003-10-13 21:06:44 +00:00