Skip to content

Commit d3b5e84

Browse files
roaldm153Copilot
andcommitted
fix: comments grammar
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e2e433b commit d3b5e84

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/backend/commands/explain.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,13 +1557,12 @@ ExplainNode(PlanState *planstate, List *ancestors,
15571557
int motion_recv;
15581558
int motion_snd;
15591559
ExecSlice *parentSlice = NULL;
1560-
/*
1561-
* Guard if subtree on QE lives in another slice
1562-
* and not instantiated here.
1563-
*/
1560+
/*
1561+
* Guard against the case where a subtree on the QE lives in another slice
1562+
* and is not instantiated in this slice.
1563+
*/
15641564
if (planstate == NULL)
15651565
return;
1566-
15671566
plan = planstate->plan;
15681567

15691568
/* Remember who called us. */

0 commit comments

Comments
 (0)