Cope with NULL query string in ExecInitParallelPlan().
authorAndres Freund <andres@anarazel.de>
Thu, 8 Apr 2021 05:00:01 +0000 (22:00 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 8 Apr 2021 05:08:24 +0000 (22:08 -0700)
commitb3ee4c503872f3d0a5d6a7cbde48815f555af15b
tree059b23536129b1d633b74220a189c0a924597f57
parent8ffb003591ff02f59d92c36a5791307881863146
Cope with NULL query string in ExecInitParallelPlan().

It's far from clear that this is the right approach - but a good
portion of the buildfarm has been red for a few hours, on the last day
of the CF. And this fixes at least the obvious crash. So let's go with
that for now.

Discussion: https://postgr.es/m/20210407225806.majgznh4lk34hjvu%40alap3.anarazel.de
src/backend/executor/execParallel.c