Re: pgsql: Add TAP tests for pg_verify_checksums
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>,
Michael Banck <michael.banck@credativ.de>,
Andres Freund <andres@anarazel.de>,
Postgres hackers <pgsql-hackers@postgresql.org>,
Daniel Gustafsson <daniel@yesql.se>,
Magnus Hagander <magnus@hagander.net>
Date: 2018-10-16T22:47:55Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > On Mon, Oct 15, 2018 at 11:20:28AM -0400, Andrew Dunstan wrote: >> OK. In that case should we note that the utility is broken on Windows? > Not sure if that's worth adding in the documentation, something in the > press release would be more adapted? I can't get too excited about it. I can guarantee you that there are worse bugs than this one in 11.0. I would not be too surprised if we know of some by next week. So I don't see much point in loudly advertising this particular bug ... regards, tom lane
Commits
-
Fix issues with TAP tests of pg_verify_checksums
- 9685d7383ab4 12.0 landed
-
Use whitelist to choose files scanned with pg_verify_checksums
- cc7f27eae888 11.1 landed
- d55241af7056 12.0 landed
-
Add TAP tests for pg_verify_checksums
- b34e84f160a4 12.0 cited
-
Work around Msys weakness in Testlib.pm's command_like()
- efd7f8e36553 10.0 cited