Fix for _outAgg() - Mailing list pgsql-patches

From Neil Conway
Subject Fix for _outAgg()
Date
Msg-id 1199848488.8608.17.camel@dell.linuxdev.us.dell.com
Whole thread Raw
Responses Re: Fix for _outAgg()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Attached is a patch which fixes an oversight in _outAgg(): the
"grpColIdx" and "grpOperators" fields of the Agg struct were not emitted
by _outAgg(). I don't see any good reason to omit this information.

Note that while the "grpOperators" field was added during the 8.3 devel
cycle, the "grpColIdx" field has been around since '02 (without outfuncs
support). So I can backpatch that portion of the patch to back branches
if anyone feels strongly.

-Neil


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] OUTER JOIN performance regression remains in 8.3beta4
Next
From: Tom Lane
Date:
Subject: Re: Fix for _outAgg()