Re: preserve timestamps when installing headers - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: preserve timestamps when installing headers
Date
Msg-id 20220910143843.GW31833@telsasoft.com
Whole thread Raw
In response to Re: preserve timestamps when installing headers  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Fri, Sep 09, 2022 at 10:23:57PM +0300, Heikki Linnakangas wrote:
> On 11/01/2022 00:03, Tom Lane wrote:
> > Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> > > I don't think preserving timestamps should be the default behavior, but
> > > I would support organizing things so that additional options can be
> > > passed to "install" to make it do whatever the user prefers.  But that
> > > won't work if some installations don't go through install.

> Here's a patch to switch back to $(INSTALL). With that, you can do:
> 
> ./configure INSTALL="/usr/bin/install -C"

+1, I recently looked for a way to do that while trying to accelerate
Cygwin/Mingw.

-- 
Justin



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_toast.pg_toast_relfilenode not exist due to vacuum full tablename
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] initdb: do not exit after warn_on_mount_point