Skip to content

Commit 21c8f9c

Browse files
committed
Remove obsolete comment
The documented shortcoming was actually fixed in 4c728f3 so the comment is not true anymore.
1 parent 736c3a4 commit 21c8f9c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/backend/executor/execParallel.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -840,14 +840,7 @@ ExecParallelGetQueryDesc(shm_toc *toc, DestReceiver *receiver,
840840
paramspace = shm_toc_lookup(toc, PARALLEL_KEY_PARAMS, false);
841841
paramLI = RestoreParamList(&paramspace);
842842

843-
/*
844-
* Create a QueryDesc for the query.
845-
*
846-
* It's not obvious how to obtain the query string from here; and even if
847-
* we could copying it would take more cycles than not copying it. But
848-
* it's a bit unsatisfying to just use a dummy string here, so consider
849-
* revising this someday.
850-
*/
843+
/* Create a QueryDesc for the query. */
851844
return CreateQueryDesc(pstmt,
852845
queryString,
853846
GetActiveSnapshot(), InvalidSnapshot,

0 commit comments

Comments
 (0)