Rename libpq test programs with libpq_ prefix
Daniel Gustafsson <dgustafsson@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- testclient.exe installed under MSVC 13 messages · 2022-05-01 → 2022-05-04