Re: make dist using git archive

From: "Tristan Partin" <tristan(at)neon(dot)tech>
To: "Peter Eisentraut" <peter(at)eisentraut(dot)org>
Cc: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make dist using git archive
Date: 2024-02-12 17:26:33
Message-ID: CZ39YV3UPPVQ.2BAG10HIX2KFU@neon.tech
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun Feb 11, 2024 at 5:09 PM CST, Peter Eisentraut wrote:
> Small update: I noticed that on Windows (at least the one that is
> running the CI job), I need to use git -c core.autocrlf=false, otherwise
> git archive does line-ending conversion for the files it puts into the
> archive. With this fix, all the archives produced by all the CI jobs
> across the different platforms match, except the .tar.gz archive from
> the Linux job, which I suspect suffers from an old git version. We
> should get the Linux images updated to a newer Debian version soon
> anyway, so I think that issue will go away.

I think with this change, it is unlikely I will be able to upstream
anything to Meson that would benefit Postgres here since setting this
option seems project dependent.

--
Tristan Partin
Neon (https://neon.tech)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-02-12 17:53:09 Re: Patch: Add parse_type Function
Previous Message Corey Huinker 2024-02-12 17:24:46 Re: Document efficient self-joins / UPDATE LIMIT techniques.