Re: testclient.exe installed under MSVC
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Noah Misch <noah@leadboat.com>
Cc: Michael Paquier <michael@paquier.xyz>,
Jacob Champion <pchampion@vmware.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-05-03T13:04:26Z
Lists: pgsql-hackers
Attachments
- 0001-Rename-libpq-test-programs-with-libpq_-prefix.patch (application/octet-stream) patch 0001
> On 3 May 2022, at 04:02, Noah Misch <noah@leadboat.com> wrote: > On Mon, May 02, 2022 at 03:14:50PM +0200, Daniel Gustafsson wrote: >> Renaming is probably the best option given how MSVC works. Using a pg_ prefix >> makes them sound like actual useful tools though with (albeit small) risk for >> confusion? Noah's suggestion of libpq_ is perhaps better: libpq_testclient. > > Agreed. libpq_testclient and libpq_uri_regress sound fine. The attached works in both Linux and (Cirrus CI) MSVC for me. -- Daniel Gustafsson https://vmware.com/
Commits
-
Add Windows file version information to libpq/test programs.
- 8b042df51eac 15.0 landed
- b6a5158f98fd 16.0 landed
-
Rename libpq test programs with libpq_ prefix
- 0432490d290f 15.0 landed
-
Build libpq test programs under MSVC
- a17fd67d2f28 15.0 cited
-
Enable SSL library detection via PQsslAttribute()
- ebc8b7d4416d 15.0 cited