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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cope with NULL query string in ExecInitParallelPlan().
Date: 2021-04-08 05:11:46
Message-ID: E1lUMxG-0005WM-GF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-04-08 05:17:35 Re: pgsql: Move pg_stat_statements query jumbling to core.
Previous Message Amit Kapila 2021-04-08 05:00:45 pgsql: Fix typo in jsonfuncs.c.