Re: Faster install-sh in C - Mailing list pgsql-patches

From Tom Lane
Subject Re: Faster install-sh in C
Date
Msg-id 14082.1111609768@sss.pgh.pa.us
Whole thread Raw
In response to Re: Faster install-sh in C  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Faster install-sh in C  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, what is 'install' doing for us that 'cp' and 'chmod' would not
> already do?

Quite a lot of things, such as coping with busy target files --- not too
important for headers, but very important for executables and shlibs.

We might be able to get away with this for just the headers, though,
and that's certainly the bulk of the install work now.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Faster install-sh in C
Next
From: Bruce Momjian
Date:
Subject: Re: contrib dbf2sql.pl