Rename libpq test programs with libpq_ prefix

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 0432490d290f679cad773ce4735e8769e2c4db75
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2022-05-04T12:15:25Z
Releases: 15.0
Rename libpq test programs with libpq_ prefix

The testclient and uri-regress programs in the libpq test suite had
quite generic names which didn't convey much meaning. Since they are
installed as part of the MSVC test runs, ensure that their purpose
is a little bit clearer by renaming with a libpq_ prefix. While at
it rename uri-regress to uri_regress to avoid mixing dash and under-
score in the same filename.

Reported-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/20220501080706.GA1542365@rfd.leadboat.com

Files

PathChange+/−
src/interfaces/libpq/t/001_uri.pl modified +15 −15
src/interfaces/libpq/t/002_api.pl modified +1 −1
src/interfaces/libpq/test/.gitignore modified +2 −2
src/interfaces/libpq/test/libpq_testclient.c (from src/interfaces/libpq/test/testclient.c) renamed +2 −2
src/interfaces/libpq/test/libpq_uri_regress.c (from src/interfaces/libpq/test/uri-regress.c) renamed +4 −4
src/interfaces/libpq/test/Makefile modified +1 −1
src/tools/msvc/Mkvcbuild.pm modified +4 −4

Discussion