Tardiba - The Tasmanian Devil Database Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
826 B

  1. # -----------------------------
  2. # PostgreSQL configuration file
  3. # -----------------------------
  4. #
  5. stats_command_string = on
  6. stats_reset_on_server_start = on
  7. autovacuum = off # enable autovacuum subprocess?
  8. statement_timeout = 0 # 0 is disabled, in milliseconds this one is to be thoroughly checked
  9. #---------------------------------------------------------------------------
  10. # LOCK MANAGEMENT !!!! this has to be checked or superseeded by pgpool implementation
  11. #---------------------------------------------------------------------------
  12. #deadlock_timeout = 1000 # in milliseconds
  13. #max_locks_per_transaction = 64 # min 10
  14. # note: each lock table slot uses ~220 bytes of shared memory, and there are
  15. # max_locks_per_transaction * (max_connections + max_prepared_transactions)
  16. # lock table slots.
  17. default_with_oids = on