File: test-with-jit.conf

package info (click to toggle)
postgresql-common 267
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,516 kB
  • sloc: perl: 4,121; sh: 1,568; makefile: 312; sql: 13; ansic: 10
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
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