PATCH: document for regression test forgets libpq test

Started by Ryo Matsumura (Fujitsu)over 2 years ago3 messages
#1Ryo Matsumura (Fujitsu)
matsumura.ryo@fujitsu.com
1 attachment(s)

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>
#2Bruce Momjian
bruce@momjian.us
In reply to: Ryo Matsumura (Fujitsu) (#1)
1 attachment(s)
Re: PATCH: document for regression test forgets libpq test

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>
#3Ryo Matsumura (Fujitsu)
matsumura.ryo@fujitsu.com
In reply to: Bruce Momjian (#2)
RE: PATCH: document for regression test forgets libpq test

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 test

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.