mirror of https://github.com/citusdata/citus.git
Fix comment
parent
fe3827e499
commit
43a3fdd12f
|
@ -275,7 +275,7 @@ DETAIL: distribution column value: 1
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
(0 rows)
|
(0 rows)
|
||||||
|
|
||||||
-- router queries are affected by the distributed
|
-- non router queries are affected by the distributed
|
||||||
-- cte inlining as well
|
-- cte inlining as well
|
||||||
WITH a AS (SELECT * FROM test_table)
|
WITH a AS (SELECT * FROM test_table)
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
@ -264,7 +264,7 @@ DETAIL: distribution column value: 1
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
(0 rows)
|
(0 rows)
|
||||||
|
|
||||||
-- router queries are affected by the distributed
|
-- non router queries are affected by the distributed
|
||||||
-- cte inlining as well
|
-- cte inlining as well
|
||||||
WITH a AS (SELECT * FROM test_table)
|
WITH a AS (SELECT * FROM test_table)
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
@ -149,7 +149,7 @@ FROM
|
||||||
WHERE
|
WHERE
|
||||||
key = 1;
|
key = 1;
|
||||||
|
|
||||||
-- router queries are affected by the distributed
|
-- non router queries are affected by the distributed
|
||||||
-- cte inlining as well
|
-- cte inlining as well
|
||||||
WITH a AS (SELECT * FROM test_table)
|
WITH a AS (SELECT * FROM test_table)
|
||||||
SELECT
|
SELECT
|
||||||
|
|
Loading…
Reference in New Issue