Re: Query::targetList and RETURNING - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: Query::targetList and RETURNING
Date
Msg-id 4AF97F2C.1050102@cs.helsinki.fi
Whole thread Raw
In response to Re: Query::targetList and RETURNING  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Query::targetList and RETURNING
Re: Query::targetList and RETURNING
List 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


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Parsing config files in a directory
Next
From: Greg Stark
Date:
Subject: Re: Parsing config files in a directory