pg_regress config - Mailing list pgsql-hackers

From Andrew Dunstan
Subject pg_regress config
Date
Msg-id 46DD9912.5080908@dunslane.net
Whole thread Raw
Responses Re: pg_regress config
List pgsql-hackers
I would like to add an argument to pg_regress that allows us to set some 
config options for the temp install. Specifically right now I am 
interested in setting the following:
 log_line_prefix = '[%c] ' log_statement = 'all' log_connections = 'true'

But I think it makes more sense to provide for a general option setting 
mechanism, such as --extra_config=/path/to/some/file

This would dovetail neatly with the recent suggestion that we might 
provide for buildfarm members to run several config sets.

Thoughts?

cheers

andrew


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: pg_dump and insert multi-rows option
Next
From: Magnus Hagander
Date:
Subject: Re: pg_regress config