Re: Patch: clean up addRangeTableEntryForFunction

From: Craig Ringer <craig(at)2ndQuadrant(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch: clean up addRangeTableEntryForFunction
Date: 2013-01-23 01:28:54
Message-ID: 50FF3CD6.6010907@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/23/2013 12:45 AM, David Fetter wrote:
> Folks,
>
> I've been working with Andrew Gierth (well, mostly he's been doing the
> work, as usual) to add WITH ORDINALITY as an option for set-returning
> functions. In the process, he found a minor opportunity to clean up
> the interface for $SUBJECT, reducing the call to a Single Point of
> Truth for lateral-ness, very likely improving the efficiency of calls
> to that function.
Added to CF 2013-next.

https://commitfest.postgresql.org/action/patch_view?id=1073

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-01-23 02:08:58 Re: WIP: index support for regexp search
Previous Message Tom Lane 2013-01-23 00:30:59 Re: psql: small patch to correct filename formatting error in '\s FILE' output