projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82fa8ae
)
doc: mention libpq regression tests
author
Bruce Momjian
Tue, 5 Sep 2023 17:05:27 +0000
(13:05 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/regress.sgml
b/doc/src/sgml/regress.sgml
index fb19a31616972db04a1ec09c53cc2093aee26346..2fa9aea8d31f11b078f8051316c90102b63f7911 100644
(file)
--- a/
doc/src/sgml/regress.sgml
+++ b/
doc/src/sgml/regress.sgml
@@
-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
.