aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-09-05 13:05:27 -0400
committerBruce Momjian <bruce@momjian.us>2023-09-05 13:05:27 -0400
commitd46d69a359b594ff3d7d9fce0891d4d5e48a1f5e (patch)
tree21252b8ed62269f565c0a52f8faf471d1ee8d650
parentdf11421d8242dd13b2b734d7f2ff65aff7619b85 (diff)
downloadpostgresql-d46d69a359b594ff3d7d9fce0891d4d5e48a1f5e.tar.gz
postgresql-d46d69a359b594ff3d7d9fce0891d4d5e48a1f5e.zip
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.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index 724ef566e76..98a702ef1af 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -194,8 +194,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>