Re: [COMMITTERS] pgsql-server/src/backend/optimizer/util pathnode.c

2004-03-02 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> Teach is_distinct_query to recognize that GROUP BY forces a subquery's >> output to be distinct, if all the GROUP BY columns appear in the output. >> Per suggestion from Dennis Haney. > Will this have should-be-in-release-notes side effects ju

Re: [COMMITTERS] pgsql-server/src/backend/optimizer/util pathnode.c

2004-03-02 Thread Christopher Kings-Lynne
Teach is_distinct_query to recognize that GROUP BY forces a subquery's output to be distinct, if all the GROUP BY columns appear in the output. Per suggestion from Dennis Haney. Will this have should-be-in-release-notes side effects just as the results of a DISTINCT over a