From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pg_regress config |
Date: | 2007-09-04 18:46:13 |
Message-ID: | 46DDA7F5.5080900@hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Andrew Dunstan wrote:
>
> 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?
I think the file makes a lot more sense - would keep you from ending up
with really horrible commandlines. Also, it would make it easier if you
want to set up different configs manually (the buildfarm script can
always manage).
What about the ability to pass options to initdb, while you're at it?
Like changing the locale? (which will break the scripts, but it should
only break them in predictable locations)
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-09-04 19:40:08 | Re: pg_dump and insert multi-rows option |
Previous Message | Pavan Deolasee | 2007-09-04 18:31:15 | Re: Lazy xid assignment V4 |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavan Deolasee | 2007-09-04 18:49:55 | Re: HOT documentation README |
Previous Message | Pavan Deolasee | 2007-09-04 18:31:15 | Re: Lazy xid assignment V4 |