mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
pg_regress reported "Unix socket" as the default location whenever HAVE_UNIX_SOCKETS is defined. However, that's not been accurate on Windows since8f3ec75de
. Update this logic to match what libpq actually does now. This is just cosmetic, but still it's potentially misleading. Back-patch to v13 where8f3ec75de
came in. Discussion: https://postgr.es/m/3894060.1646415641@sss.pgh.pa.us