Re: Add additional information to src/test/ssl/README
Kevin Burke <kevin@burke.dev>
From: Kevin Burke <kevin@burke.dev>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Daniel Gustafsson <daniel@yesql.se>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-02T17:00:53Z
Lists: pgsql-hackers
The patch looks great. Thanks! Kevin On Sun, Oct 31, 2021 at 3:13 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > Daniel Gustafsson <daniel@yesql.se> writes: > > On 31 Oct 2021, at 19:28, Tom Lane <tgl@sss.pgh.pa.us> wrote: > >> Here's a quick stab at rearranging src/test/perl/README so that the > >> initial section is all how-to-run-the-tests info, and advice about > >> writing new tests starts after that. Your point about PG_TEST_NOCLEAN > >> could be added into the initial section. > > > That's pretty much just what I was thinking, definitely +1 on this patch. > > Done that way; feel free to add more material to perl/README. > > regards, tom lane >
Commits
-
Document PG_TEST_NOCLEAN in TAP test README
- 05d8785af2a1 15.0 landed
-
Doc: improve README files associated with TAP tests.
- b21415595cac 15.0 landed