Alvaro Herrera wrote:
> I wrote an "install" program in C. It's supposed to replace the
> config/install-sh script, limited to the functionality we need, i.e.
> what is in Makefiles in the Pg main source tree. The main objective of
> this exercise is to reduce "make install" execution time; a part of that
> is being able to install multiple files with one command.
What's the status of this patch?
-Neil