Fix for _outAgg()

From: Neil Conway <neilc(at)samurai(dot)com>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Fix for _outAgg()
Date: 2008-01-09 03:14:48
Message-ID: 1199848488.8608.17.camel@dell.linuxdev.us.dell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
agg_outfuncs_fix-1.patch text/x-patch 988 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-01-09 04:08:43 Re: Fix for _outAgg()
Previous Message Tom Lane 2008-01-08 21:40:20 Re: OUTER JOIN performance regression remains in 8.3beta4