testclient.exe installed under MSVC
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: pchampion@vmware.com, daniel@yesql.se
Cc: pgsql-hackers@postgresql.org
Date: 2022-05-01T08:07:06Z
Lists: pgsql-hackers
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.) If that's unwanted for some reason, could you
rename testclient to something like libpq_test?
Thanks,
nm
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