diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-09-05 13:05:28 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-09-05 13:05:28 -0400 |
commit | 57a011b6664f284bedd172595dbeb910a53e9121 (patch) | |
tree | 2f9f93d63d1e7a52786b302924e6ba86b16b0fa2 /doc/src | |
parent | 9ddecd40664f7523b18f760aea0e04936e8a2302 (diff) |
doc: mention libpq regression tests
Reported-by: Ryo Matsumura
Discussion: https://postgr.es/m/TYCPR01MB11316B3FB56EE54D70BF0CEF6E8E4A@TYCPR01MB11316.jpnprd01.prod.outlook.com
Backpatch-through: 11
Diffstat (limited to 'doc/src')
-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> |