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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 83efce7a1ebc5bae79617ddba12a64790141725c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-04-15T21:17:45Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/executor/execParallel.c modified +2 −5

Discussion