## postgresql.conf for testing; pgdev_initdb copies it into the data directory ## after each initdb. This is intended to work on 8.4 and later. max_connections = 40 shared_buffers = 24MB wal_buffers = 16MB autovacuum = off datestyle = 'iso, mdy' deadlock_timeout = 20ms default_text_search_config = 'pg_catalog.english' fsync = off full_page_writes = off listen_addresses = '' default_transaction_isolation = serializable lc_messages = 'en_US.UTF-8' lc_monetary = 'en_US.UTF-8' lc_numeric = 'en_US.UTF-8' lc_time = 'en_US.UTF-8' log_directory = '..' log_filename = 'pgdev.log' log_line_prefix = '%p %m ' log_min_messages = debug1 log_statement = all log_connections = on log_disconnections = on logging_collector = on # I'd leave this on, but wal_level=minimal is nicer for speed. #wal_level = hot_standby #max_wal_senders = 5