Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-08-15T23:23:12Z
Lists: pgsql-hackers
I wrote: > As I said, I think this code is based on fuzzy thinking. ... or, more charitably, it may just date from before standard_planner's plaster-a-Gather-on-top logic worked the way it does today. But in any case I think it's wrong now. regards, tom lane
Commits
-
Attempt to clarify comments related to force_parallel_mode.
- 1e56883a528e 11.0 landed
-
Make simpler-simple-expressions code cope with a Gather plan.
- b73f1b5c29e0 11.0 landed
-
Simplify plpgsql's check for simple expressions.
- 00418c612441 11.0 cited