Re: Regression test failure in regression test temp.sql
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-08-14T04:39:11Z
Lists: pgsql-hackers
On Tue, Aug 13, 2019 at 12:15:26PM +0900, Michael Paquier wrote: > Indeed. Good catch! Perhaps you would like to fix it? There are two > queries in need of an ORDER BY, and the second query even uses two > semicolons (spoiler warning: that's a nit). And fixed. The test case was new as of v12. -- Michael
Commits
-
Fix random regression failure in test case "collate.icu.utf8"
- b626483bd97b 12.0 landed
- 96e7e1bc0891 13.0 landed
-
Fix random regression failure in test case "temp"
- fc8c6ae5fdeb 10.11 landed
- 72f92549b641 11.6 landed
- 4c0b9cf9e073 12.0 landed
- 2d7d67cc74d0 13.0 landed