diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-24 06:32:01 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-24 06:32:01 +0000 |
commit | e152661200c1b3e6a834c918ba64681dde404440 (patch) | |
tree | d06fd4c9d511760fff277c683717b915d5da12ee /src/backend/executor/nodeHash.c | |
parent | c471d2bdebcad002a7f867b73811b803396b793e (diff) | |
download | postgresql-e152661200c1b3e6a834c918ba64681dde404440.tar.gz postgresql-e152661200c1b3e6a834c918ba64681dde404440.zip |
Fixes:
It's bug in nodeAgg.c on lines 241, 242:
null_array = malloc(nagg);
for (i=0;i<nagg;i++)
null_array[i] = 'n';
oneTuple = heap_formtuple(tupType, tupValue, null_array);
- your query has not only aggregates but also 'group by-ed' fields and so
null_array should contain tupType->natts elements (tupType->natts > nagg in
your case).
Patch follows and it's very simple.
VAdim
Diffstat (limited to 'src/backend/executor/nodeHash.c')
0 files changed, 0 insertions, 0 deletions