summaryrefslogtreecommitdiffstats
path: root/debian/tests/postgresql.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/postgresql.conf')
-rw-r--r--debian/tests/postgresql.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/postgresql.conf b/debian/tests/postgresql.conf
new file mode 100644
index 0000000..c68a521
--- /dev/null
+++ b/debian/tests/postgresql.conf
@@ -0,0 +1,8 @@
+# config used by pg_regress --temp-config
+
+fsync = off
+
+# force JITing of all queries in tests
+jit = on
+jit_above_cost = 0
+jit_optimize_above_cost = 1000