Re: testclient.exe installed under MSVC

Alvaro Herrera <alvherre@alvh.no-ip.org>

From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Noah Misch <noah@leadboat.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, Michael Paquier <michael@paquier.xyz>, Jacob Champion <pchampion@vmware.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-05-03T13:58:09Z
Lists: pgsql-hackers
On 2022-May-03, Noah Misch wrote:

> Michael Paquier recommended s/-/_/ for uri-regress, and I agree with that.
> What do you think?

libpq_uri-regress is horrible, so +1 for that.  I would personally
rename more thoroughly (say pq_uri_test), but I doubt it's worth the
bikeshedding effort.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"At least to kernel hackers, who really are human, despite occasional
rumors to the contrary" (LWN.net)



Commits

  1. Add Windows file version information to libpq/test programs.

  2. Rename libpq test programs with libpq_ prefix

  3. Build libpq test programs under MSVC

  4. Enable SSL library detection via PQsslAttribute()