Skip to content
Snippets Groups Projects
Commit 48c18879 authored by Tom Lane's avatar Tom Lane
Browse files

equal() needs a case for Aggref nodes, as shown by:

regression=> select sum(q1) from int8_tbl group by q2 order by sum(q1);
NOTICE:  equal: don't know whether nodes of type 107 are equal
parent dfaf9fbc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment