Re: pg_regress --temp-keep - Mailing list pgsql-patches

From Fabien COELHO
Subject Re: pg_regress --temp-keep
Date
Msg-id Pine.LNX.4.61.0410191750390.15977@sablons.cri.ensmp.fr
Whole thread Raw
In response to Re: pg_regress --temp-keep  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_regress --temp-keep  (Reini Urban <rurban@x-ray.at>)
Re: pg_regress --temp-keep  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Dear Tom,

>> Improving the performance would require to fix the install script so that
>> it can handle more than one argument at once, and/or use a more or less
>> standard "install" program when available.
>
> We used to try to use the "standard" install program when available.
> After sufficient bitter experience, we concluded that "standard" and
> "install" are not words that should be used together.

Ok. I trust you on that;-)

Thus the only performance improvement I can see is to change the "install"
script, for instance by considering the multi-argument apache version as a
candidate replacement.

This might require also to fix makefiles install target to take advantage
of the fact.

Also, it might require to deal with "extensions" of the postgres script
somehow, if it has any such things.

I might look into it as I'm somehow responsible for the
"install-all-headers" new default, but I don't have much time
right now.

Have a nice day,

--
Fabien Coelho - coelho@cri.ensmp.fr

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: additional GCC warning flags
Next
From: Peter Eisentraut
Date:
Subject: Re: additional GCC warning flags