Re: Faster install-sh in C

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Faster install-sh in C
Дата
Msg-id 14082.1111609768@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Faster install-sh in C  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Faster install-sh in C  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Faster install-sh in C
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib dbf2sql.pl