diff options
author | Andres Freund <andres@anarazel.de> | 2022-02-26 16:51:47 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-02-26 16:51:47 -0800 |
commit | ac25173cdbc40b310a7e72d9557c45a699f1f7b3 (patch) | |
tree | 79571290be6698ada25a77c154e76ab879c15c48 /src/backend/utils/adt/numeric.c | |
parent | 1155d8b8d52ed8705fd8386eaa64fb05c04170c6 (diff) | |
download | postgresql-ac25173cdbc40b310a7e72d9557c45a699f1f7b3.tar.gz postgresql-ac25173cdbc40b310a7e72d9557c45a699f1f7b3.zip |
Convert src/interfaces/libpq/test to a tap test.
The old form of the test needed a bunch of custom infrastructure. These days
tap tests provide the necessary infrastructure to do better.
We discussed whether to move this test to src/test/modules, alongside
libpq_pipeline, but concluded that the opposite direction would be
better. libpq_pipeline will be moved at a later date, once the buildfarm and
msvc build infrastructure is ready for it.
The invocation of the tap test will be added in the next commit. It involves
just enough buildsystem changes to be worth commiting separately. Can't happen
the other way round because prove errors out when invoked without tests.
Discussion: https://postgr.es/m/20220223203031.ezrd73ohvjgfksow@alap3.anarazel.de
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions