pg_regress config

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_regress config
Date: 2007-09-04 17:42:42
Message-ID: 46DD9912.5080908@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-09-04 18:02:09 Re: Lazy xid assignment V4
Previous Message Pavan Deolasee 2007-09-04 17:37:21 Re: Lazy xid assignment V4

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-09-04 18:02:09 Re: Lazy xid assignment V4
Previous Message Pavan Deolasee 2007-09-04 17:37:21 Re: Lazy xid assignment V4