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)
|
||||
|
||||
-- router queries are affected by the distributed
|
||||
-- non router queries are affected by the distributed
|
||||
-- cte inlining as well
|
||||
WITH a AS (SELECT * FROM test_table)
|
||||
SELECT
|
||||
|
|
|
@ -264,7 +264,7 @@ DETAIL: distribution column value: 1
|
|||
---------------------------------------------------------------------
|
||||
(0 rows)
|
||||
|
||||
-- router queries are affected by the distributed
|
||||
-- non router queries are affected by the distributed
|
||||
-- cte inlining as well
|
||||
WITH a AS (SELECT * FROM test_table)
|
||||
SELECT
|
||||
|
|
|
@ -149,7 +149,7 @@ FROM
|
|||
WHERE
|
||||
key = 1;
|
||||
|
||||
-- router queries are affected by the distributed
|
||||
-- non router queries are affected by the distributed
|
||||
-- cte inlining as well
|
||||
WITH a AS (SELECT * FROM test_table)
|
||||
SELECT
|
||||
|
|
Loading…
Reference in New Issue