pgsql: Revert "Cope with NULL query string in ExecInitParallelPlan()."

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Cope with NULL query string in ExecInitParallelPlan()."
Date: 2021-04-15 21:19:02
Message-ID: E1lX9OA-0003OZ-TJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Cope with NULL query string in ExecInitParallelPlan()."

This reverts commit b3ee4c503872f3d0a5d6a7cbde48815f555af15b.
We don't need it in the wake of the preceding commit, which
added an upstream check that the querystring isn't null.

Discussion: https://postgr.es/m/2197698.1617984583@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83efce7a1ebc5bae79617ddba12a64790141725c

Modified Files
--------------
src/backend/executor/execParallel.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-15 21:24:16 pgsql: Provide query source text when parsing a SQL-standard function b
Previous Message Tom Lane 2021-04-15 20:32:13 pgsql: Stabilize recently-added information_schema test queries.