Unstable select_parallel regression output in 12rc1

From: Christoph Berg <myon(at)debian(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Unstable select_parallel regression output in 12rc1
Date: 2019-09-26 11:04:26
Message-ID: 20190926110425.GA9434@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Building the 12rc1 package on Ubuntu eoan/amd64, I got this
regression diff:

12:06:27 diff -U3 /<<PKGBUILDDIR>>/build/../src/test/regress/expected/select_parallel.out /<<PKGBUILDDIR>>/build/src/bin/pg_upgrade/tmp_check/regress/results/select_parallel.out
12:06:27 --- /<<PKGBUILDDIR>>/build/../src/test/regress/expected/select_parallel.out 2019-09-23 20:24:42.000000000 +0000
12:06:27 +++ /<<PKGBUILDDIR>>/build/src/bin/pg_upgrade/tmp_check/regress/results/select_parallel.out 2019-09-26 10:06:21.171683801 +0000
12:06:27 @@ -21,8 +21,8 @@
12:06:27 Workers Planned: 3
12:06:27 -> Partial Aggregate
12:06:27 -> Parallel Append
12:06:27 - -> Parallel Seq Scan on d_star
12:06:27 -> Parallel Seq Scan on f_star
12:06:27 + -> Parallel Seq Scan on d_star
12:06:27 -> Parallel Seq Scan on e_star
12:06:27 -> Parallel Seq Scan on b_star
12:06:27 -> Parallel Seq Scan on c_star
12:06:27 @@ -75,8 +75,8 @@
12:06:27 Workers Planned: 3
12:06:27 -> Partial Aggregate
12:06:27 -> Parallel Append
12:06:27 - -> Seq Scan on d_star
12:06:27 -> Seq Scan on f_star
12:06:27 + -> Seq Scan on d_star
12:06:27 -> Seq Scan on e_star
12:06:27 -> Seq Scan on b_star
12:06:27 -> Seq Scan on c_star
12:06:27 @@ -103,7 +103,7 @@
12:06:27 -----------------------------------------------------
12:06:27 Finalize Aggregate
12:06:27 -> Gather
12:06:27 - Workers Planned: 1
12:06:27 + Workers Planned: 3
12:06:27 -> Partial Aggregate
12:06:27 -> Append
12:06:27 -> Parallel Seq Scan on a_star

Retriggering the build worked, though.

Christoph

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexey Kondratov 2019-09-26 12:08:22 Re: [Patch] pg_rewind: options to use restore_command from recovery.conf or command line
Previous Message Fujii Masao 2019-09-26 09:55:53 Re: Standby accepts recovery_target_timeline setting?