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-13T03:15:26Z
Lists: pgsql-hackers
On Tue, Aug 13, 2019 at 02:51:03PM +1200, Thomas Munro wrote: > Here's another one that seems to fit that pattern. > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=skink&dt=2019-08-11%2007%3A33%3A39 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). -- 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