Re: testclient.exe installed under MSVC
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Noah Misch <noah@leadboat.com>
Cc: pchampion@vmware.com, daniel@yesql.se, pgsql-hackers@postgresql.org
Date: 2022-05-01T13:23:18Z
Lists: pgsql-hackers
On Sun, May 01, 2022 at 01:07:06AM -0700, Noah Misch wrote: > My annual audit for executables missing Windows icons turned up these: > > pginstall/bin/testclient.exe > pginstall/bin/uri-regress.exe > > I was going to add the icons, but I felt the testclient.exe name is too > generic-sounding to be installed. testclient originated in commit ebc8b7d. I > recommend ceasing to install both programs under MSVC. (The GNU make build > system does not install them.) But MSVC works differently. vcregress.pl does a TempInstall(), which is a simple Install(), so isn't it going to be an issue for the tests if these two tools are not installed anymore? > If that's unwanted for some reason, could you > rename testclient to something like libpq_test? Yes, the renaming makes sense. I'd say to do more, and also rename uri-regress, removing the hyphen from the binary name and prefix both binaries with a "pg_". -- Michael
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