Re: Query::targetList and RETURNING

From: Marko Tiikkaja <marko(dot)tiikkaja(at)cs(dot)helsinki(dot)fi>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Query::targetList and RETURNING
Date: 2009-11-10 14:56:44
Message-ID: 4AF97F2C.1050102@cs.helsinki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

(Sorry, forgot to CC the list)

Tom Lane wrote:
> This doesn't really seem like a good idea from here. You're changing
> a decision that has something like twenty years' standing in the code,
> for no real gain. AFAICS this is just going to move the special cases
> from point A to point B.

Right, but this way you only have to special-case in grouping_planner(),
and targetList always means the same thing.

Regards,
Marko Tiikkaja

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2009-11-10 15:06:41 Re: Parsing config files in a directory
Previous Message Simon Riggs 2009-11-10 14:39:54 Re: Parsing config files in a directory