projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f234b8c
)
doc: mention libpq regression tests
author
Bruce Momjian
Tue, 5 Sep 2023 17:05:28 +0000
(13:05 -0400)
committer
Bruce Momjian
Tue, 5 Sep 2023 17:05:28 +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 675db86e4d79e8c1a969d099cc04ec9e5ccee1d5..de065c0564a588b8e6e4590740dff101578336c8 100644
(file)
--- a/
doc/src/sgml/regress.sgml
+++ b/
doc/src/sgml/regress.sgml
@@
-196,8
+196,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
.