Re: [PORTS] Port Bug Report: Result not "GROUPED BY" from SQL: select im,bn,count(adr) FROM logtmp GROUP BY im,bn;

Started by Vadim B. Mikheevalmost 28 years ago1 messages
#1Vadim B. Mikheev
vadim@sable.krasnoyarsk.su

Unprivileged user wrote:

Category : runtime: back-end: SQL
Severity : critical

Summary: Result not "GROUPED BY" from SQL:
select im,bn,count(adr) FROM logtmp GROUP BY im,bn;

I found from where it comes: nodeGroup.c' funcs assume that slots from
subplan (node Sort) have ttc_shouldFree = FALSE. This was right before
6.2 and is right for in-memory sorts, but wrong for disk ones.
Node Mergejoin uses some tricks to deal with this - #define MarkInnerTuple...
At the moment, I haven't time to fix this bug - will do this latter
if no one else.

Vadim