Unstable select_parallel regression output in 12rc1

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Unstable select_parallel regression output in 12rc1
Дата
Msg-id 20190926110425.GA9434@msg.df7cb.de
обсуждение исходный текст
Ответы Re: Unstable select_parallel regression output in 12rc1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Standby accepts recovery_target_timeline setting?
Следующее
От: Alexey Kondratov
Дата:
Сообщение: Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line