summaryrefslogtreecommitdiff
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
commit77644adc309cd8ee0849cada082aea7330506911 (patch)
treeb205074d52afc9724195b9116e9efa3ec7c01fe3
parent82fa8ae5f9ac4827dd29a6feaf53da931b5706d1 (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.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index fb19a316169..2fa9aea8d31 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>