Re: preserve timestamps when installing headers

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Alexander Kuzmenkov <akuzmenkov(at)timescale(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: preserve timestamps when installing headers
Date: 2022-09-12 15:49:36
Message-ID: b06fa2e8-90d2-1b33-a380-54af9539455d@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 09.09.22 21:23, Heikki Linnakangas wrote:
>> So I fear we're optimizing for a case that stopped being mainstream
>> a decade or more back.  I could get behind switching the code back
>> to using $(INSTALL) for this, and then offering some way to inject
>> user-selected switches into the $(INSTALL) invocations.  That
>> wouldn't need much more than another gmake macro.  (Does there
>> need to be a way to inject such switches only into header
>> installations, or is it OK to do it across the board?)
>
> Here's a patch to switch back to $(INSTALL).

I'm content to go ahead with this.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-09-12 15:59:09 Re: Convert *GetDatum() and DatumGet*() macros to inline functions
Previous Message Peter Eisentraut 2022-09-12 15:41:14 Re: allowing for control over SET ROLE