- # per-branch contents of extra config for check stages.
- # each branch has an array of setting lines (no \n required)
- # a DEFAULT entry is used for all branches, before any
- # branch-specific settings.
- extra_config =>{
- DEFAULT => [
- #q(log_line_prefix = '[%c:%l] '),
- #"log_connections = 'true'",
- #"log_disconnections = 'true'",
- #"log_statement = 'all'",
- #"fsync = off"
- ],
- },
-
- # Unused
- # port number actually used will be based on this param and the branch,
- # so we ensure they don't collide
- base_port => 5678,
-
- # Unused
- modules => [qw(TestUpgrade)],
-