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
Unprivileged user wrote:
Category : runtime: back-end: SQL
Severity : criticalSummary: 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
Import Notes
Reference msg id not found: 199801162126.QAA08909@hub.org