PATCH: document for regression test forgets libpq test
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.
Thank you.
Best Regards
Ryo Matsumura
Fujitsu Limited
Attachments:
regress_doc_fix.diffapplication/octet-stream; name=regress_doc_fix.diffDownload
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index 675db86..6f046d9 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 library,
+ located in <filename>src/interfaces/ecpg/test</filename> and
+ <filename>src/interfaces/libpq/test</filename>.
</para>
</listitem>
<listitem>
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 <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
Only you can decide what is important to you.
Attachments:
master.difftext/x-diff; charset=us-asciiDownload
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>
Hi,
Wednesday, September 6, 2023 2:06 AM Bruce Momjian <bruce@momjian.us> wrote:
Yes, good point. I modifed the patch, attached, and applied it to all
supported versions.
Thank you. # I forgot to send mail.
Best Regards
Ryo Matsumura
Show quoted text
-----Original Message-----
From: Bruce Momjian <bruce@momjian.us>
Sent: Wednesday, September 6, 2023 2:06 AM
To: Matsumura, Ryo/松村 量 <matsumura.ryo@fujitsu.com>
Cc: pgsql-hackers@postgresql.org
Subject: Re: PATCH: document for regression test forgets libpq testOn 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 <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.comOnly you can decide what is important to you.