Re: Clean up MinGW def file generation - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Clean up MinGW def file generation
Date
Msg-id 5d2b0f3a-5a0e-3d90-c22e-ca44bb8e65c5@2ndquadrant.com
Whole thread Raw
In response to Re: Clean up MinGW def file generation  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 2019-10-21 00:07, Peter Eisentraut wrote:
> On 2019-10-20 10:26, Peter Eisentraut wrote:
>> On 2019-10-18 15:00, Tom Lane wrote:
>>> Yeah, the comment that Peter complained about is mine.  I believe the
>>> desire to avoid depending on "sed" at build time was focused on our
>>> old support for building libpq with Borland C (and not much else).
>>> Since this makefile infrastructure is now only used for MinGW, I agree
>>> we ought to be able to quit shipping those files in tarballs.
>>
>> Yeah, it all makes sense now.  I have committed my patch now.
> 
> Very related, I believe the file libpq-dist.rc is also obsolete; see
> attached patch.

committed

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Ordering of header file inclusion
Next
From: "kato-sho@fujitsu.com"
Date:
Subject: Creating foreign key on partitioned table is too slow