Re: Clean up MinGW def file generation
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers@postgresql.org
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>,
Michael Paquier <michael@paquier.xyz>
Date: 2019-10-20T22:07:02Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-libpq-dist.rc.patch (text/plain) patch 0001
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. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Remove libpq-dist.rc
- 508e84d79910 13.0 landed
-
Clean up MinGW def file generation
- ea9e06ac66d3 13.0 landed
-
Refactor the code that creates the shared library export files to appear
- a1d5d8574751 8.4.0 cited
-
Make a separate win32 debug DLL along with the non-debug version:
- 53cd7cd8a916 8.0.0 cited