On Fri, Sep 1, 2023 at 08:01:47AM +0000, Ryo Matsumura (Fujitsu) wrote:
> Hi,
>
> I found a small mistake in document in 33.1.3. Additional Test Suites.
>
> > The additional tests that can be invoked this way include:
> The list doesn't include interface/libpq/test.
>
> I attached patch.
Yes, good point. I modifed the patch, attached, and applied it to all
supported versions.
--
Bruce Momjian <[email protected]> https://momjian.us
EDB https://enterprisedb.com
Only you can decide what is important to you.
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index 675db86e4d..de065c0564 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>