diff options
| author | Bruce Momjian | 2023-09-05 17:05:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2023-09-05 17:05:27 +0000 |
| commit | 7a7526ab5485fcec14eb7a78bbc0cd253b938bd1 (patch) | |
| tree | c0c3a6e96ef0140c5ad3aa2983db2e6569d3c3be | |
| parent | 358cd2b25109f50f2d3a9a29ed90fed9dc362df3 (diff) | |
doc: mention libpq regression tests
Reported-by: Ryo Matsumura
Discussion: https://postgr.es/m/TYCPR01MB11316B3FB56EE54D70BF0CEF6E8E4A@TYCPR01MB11316.jpnprd01.prod.outlook.com
Backpatch-through: 11
| -rw-r--r-- | doc/src/sgml/regress.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 485084748c2..1e08cb64584 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -180,8 +180,9 @@ make installcheck-world </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> |
