diff options
author | Bruce Momjian | 2023-09-05 17:05:28 +0000 |
---|---|---|
committer | Bruce Momjian | 2023-09-05 17:05:28 +0000 |
commit | a899d07b24a6e519790041eeea5d96cc534f384e (patch) | |
tree | e75e4906cf82a68f0d6cf71dfe298e6c3e86e66e | |
parent | f234b8cd16a4ba6e12cc51a36c8e499661d535bb (diff) |
doc: mention libpq regression tests
Reported-by: Ryo Matsumura
Discussion: https://postgr.es/m/TYCPR01MB11316B3FB56EE54D70BF0CEF6E8E4A@TYCPR01MB11316.jpnprd01.prod.outlook.com
Backpatch-through: 11
-rw-r--r-- | doc/src/sgml/regress.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 675db86e4d7..de065c0564a 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -196,8 +196,9 @@ make check-world -j8 >/dev/null </listitem> <listitem> <para> - Regression tests for the ECPG interface library, - located in <filename>src/interfaces/ecpg/test</filename>. + Regression tests for the interface libraries, + located in <filename>src/interfaces/libpq/test</filename> and + <filename>src/interfaces/ecpg/test</filename>. </para> </listitem> <listitem> |