pull/807/merge
Marco Slot 2016-11-23 17:44:32 +00:00 committed by GitHub
commit abbc460dae
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ SELECT count(*) FROM lineitem
WHERE 0 != 0; WHERE 0 != 0;
count count
------- -------
0
(1 row) (1 row)
-- distinct expressions can be pushed down -- distinct expressions can be pushed down