From: Bruce Momjian Date: Tue, 5 Sep 2023 17:05:27 +0000 (-0400) Subject: doc: mention libpq regression tests X-Git-Tag: REL_12_17~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=caeb4cf191fac0f189647a64e5d246d4f378a960;p=thirdparty%2Fpostgresql.git doc: mention libpq regression tests Reported-by: Ryo Matsumura Discussion: https://postgr.es/m/TYCPR01MB11316B3FB56EE54D70BF0CEF6E8E4A@TYCPR01MB11316.jpnprd01.prod.outlook.com Backpatch-through: 11 --- diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 415fdb8f31d..5448f8035d1 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -194,8 +194,9 @@ make check-world -j8 >/dev/null - Regression tests for the ECPG interface library, - located in src/interfaces/ecpg/test. + Regression tests for the interface libraries, + located in src/interfaces/libpq/test and + src/interfaces/ecpg/test.