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

Started by Andres Freundover 5 years ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

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: /messages/by-id/20210407225806.majgznh4lk34hjvu@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b3ee4c503872f3d0a5d6a7cbde48815f555af15b

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