Skip to content

Commit a89cd7b

Browse files
committed
Revert "Stabilize test of BRIN parallel create"
This reverts commit 4d916dd. The goal of that commit was to stabilize a test of parallel BRIN build, but using a TEMPORARY table disables parallel index builds on that table, making the test useless. Discussion: https://postgr.es/m/95d9cd43-5a92-407c-b7e4-54cd303630fe%40enterprisedb.com
1 parent 5165d43 commit a89cd7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/pageinspect/expected/brin.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ SELECT (COUNT(*) = (SELECT relpages FROM pg_class WHERE relname = 'test2')) AS r
109109
DROP TABLE test1;
110110
DROP TABLE test2;
111111
-- Test that parallel index build produces the same BRIN index as serial build.
112-
CREATE TEMPORARY TABLE brin_parallel_test (a int, b text, c bigint) WITH (fillfactor=40);
112+
CREATE TABLE brin_parallel_test (a int, b text, c bigint) WITH (fillfactor=40);
113113
-- Generate a table with a mix of NULLs and non-NULL values (and data suitable
114114
-- for the different opclasses we build later).
115115
INSERT INTO brin_parallel_test

contrib/pageinspect/sql/brin.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ DROP TABLE test1;
5656
DROP TABLE test2;
5757

5858
-- Test that parallel index build produces the same BRIN index as serial build.
59-
CREATE TEMPORARY TABLE brin_parallel_test (a int, b text, c bigint) WITH (fillfactor=40);
59+
CREATE TABLE brin_parallel_test (a int, b text, c bigint) WITH (fillfactor=40);
6060

6161
-- Generate a table with a mix of NULLs and non-NULL values (and data suitable
6262
-- for the different opclasses we build later).

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy