Re: testclient.exe installed under MSVC
Jacob Champion <pchampion@vmware.com>
From: Jacob Champion <pchampion@vmware.com>
To: "daniel@yesql.se" <daniel@yesql.se>, "michael@paquier.xyz" <michael@paquier.xyz>
Cc: "noah@leadboat.com" <noah@leadboat.com>, "pryzby@telsasoft.com" <pryzby@telsasoft.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-05-02T15:21:23Z
Lists: pgsql-hackers
On Mon, 2022-05-02 at 15:14 +0200, Daniel Gustafsson wrote: > 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. +1 I also like Justin's idea of only installing the test executables when asked to explicitly, but I don't know enough about our existing MSVC conventions to have a strong opinion there. Thanks, --Jacob
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