Re: pg_regress --temp-keep
От | Fabien COELHO |
---|---|
Тема | Re: pg_regress --temp-keep |
Дата | |
Msg-id | Pine.LNX.4.61.0410181051010.3419@sablons.cri.ensmp.fr обсуждение исходный текст |
Ответ на | Re: pg_regress --temp-keep (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: pg_regress --temp-keep
|
Список | pgsql-patches |
Dear Tom, > What I'd rather see is some effort spent on speeding up our "install" > script, maybe by allowing it to install multiple files per invocation. > The recent changes to force install-all-headers have caused a > serious degradation of "make install" performance, Yes, I agree. > and I think that's where the issue really needs to be solved. 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. It seems that there was a disagreement on these issues, so nothing was done in the end. I think we could try to use the same procedure as apache: - look for a standard BSD-install program (in configure) - have a multi-argument script as a replacement if none is found The opposition to this was because of portability concerns, which indeed require some attention. -- Fabien.
В списке pgsql-patches по дате отправления: