mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 19:59:48 +08:00
Fix whitespace error in parallel tests
This change fixes a whitespace error in the test reference files for the `parallel` test in PostgreSQL 9.6 and 10.
This commit is contained in:
parent
e97216b36e
commit
d2d5a484ce
@ -198,7 +198,7 @@ SELECT histogram(i, 10, 100000, 5) FROM "test";
|
|||||||
{1,2000,2000,2000,2000,1999,90000}
|
{1,2000,2000,2000,2000,1999,90000}
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
EXPLAIN (costs off) SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = coalesce(-1,j);
|
EXPLAIN (costs off) SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = coalesce(-1,j);
|
||||||
QUERY PLAN
|
QUERY PLAN
|
||||||
------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------
|
||||||
Finalize Aggregate
|
Finalize Aggregate
|
||||||
@ -212,7 +212,7 @@ EXPLAIN (costs off) SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = c
|
|||||||
Filter: ((i)::double precision = '-1'::double precision)
|
Filter: ((i)::double precision = '-1'::double precision)
|
||||||
(9 rows)
|
(9 rows)
|
||||||
|
|
||||||
SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = coalesce(-1,j);
|
SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = coalesce(-1,j);
|
||||||
histogram
|
histogram
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -198,7 +198,7 @@ SELECT histogram(i, 10, 100000, 5) FROM "test";
|
|||||||
{1,2000,2000,2000,2000,1999,90000}
|
{1,2000,2000,2000,2000,1999,90000}
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
EXPLAIN (costs off) SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = coalesce(-1,j);
|
EXPLAIN (costs off) SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = coalesce(-1,j);
|
||||||
QUERY PLAN
|
QUERY PLAN
|
||||||
------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------
|
||||||
Finalize Aggregate
|
Finalize Aggregate
|
||||||
@ -212,7 +212,7 @@ EXPLAIN (costs off) SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = c
|
|||||||
Filter: ((i)::double precision = '-1'::double precision)
|
Filter: ((i)::double precision = '-1'::double precision)
|
||||||
(9 rows)
|
(9 rows)
|
||||||
|
|
||||||
SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = coalesce(-1,j);
|
SELECT histogram(NULL, 10,100000,5) FROM "test" WHERE i = coalesce(-1,j);
|
||||||
histogram
|
histogram
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user