Fix comment

pull/3161/head
Jelte Fennema 2020-01-15 10:57:12 +01:00
parent fe3827e499
commit 43a3fdd12f
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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