aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-09-05 13:05:28 -0400
committerBruce Momjian <bruce@momjian.us>2023-09-05 13:05:28 -0400
commitde35fb89cd672d4ccc0bbffcadc061434a905565 (patch)
tree946c78f23abe3cc6d9c9003c7663bbf6a62149eb
parent3a788447d85e2643f70a8d50f16a526328bfc092 (diff)
downloadpostgresql-de35fb89cd672d4ccc0bbffcadc061434a905565.tar.gz
postgresql-de35fb89cd672d4ccc0bbffcadc061434a905565.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 952139fc60a..4988908b540 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>