Re: logical column ordering - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: logical column ordering
Date
Msg-id CAMkU=1xr2UKkh_xQn3krJz830yj-WOds9uiTQ-3Pox6rguPPFA@mail.gmail.com
Whole thread Raw
In response to Re: logical column ordering  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
On Mon, Feb 23, 2015 at 3:09 PM, Tomas Vondra <tomas.vondra@2ndquadrant.com> wrote:
Hi,

attached is the result of my first attempt to make the logical column
ordering patch work. This touches a lot of code in the executor that is
mostly new to me, so if you see something that looks like an obvious
bug, it probably is (so let me know).

There is an apply conflict in src/backend/parser/parse_relation.c in the comments for scanRTEForColumn.

It seems like it should be easy to ignore, but when I ignore it I get make check failing all over the place.

(The first patch posted in this thread seems to work for me, I did some testing on it before I realized it was obsolete.)

Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: New CF app deployment
Next
From: Jeff Janes
Date:
Subject: Re: Patch to add functionality to specify ORDER BY in CREATE FUNCTION for SRFs