doc: mention libpq regression tests
authorBruce Momjian
Tue, 5 Sep 2023 17:05:27 +0000 (13:05 -0400)
committerBruce Momjian
Tue, 5 Sep 2023 17:05:27 +0000 (13:05 -0400)
Reported-by: Ryo Matsumura
Discussion: https://postgr.es/m/TYCPR01MB11316B3FB56EE54D70BF0CEF6E8E4A@TYCPR01MB11316.jpnprd01.prod.outlook.com

Backpatch-through: 11

doc/src/sgml/regress.sgml

index fb19a31616972db04a1ec09c53cc2093aee26346..2fa9aea8d31f11b078f8051316c90102b63f7911 100644 (file)
@@ -194,8 +194,9 @@ make check-world -j8 >/dev/null
    
    
     
-     Regression tests for the ECPG interface library,
-     located in src/interfaces/ecpg/test.
+     Regression tests for the interface libraries,
+     located in src/interfaces/libpq/test and
+     src/interfaces/ecpg/test.