Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21c8f9c

Browse files
committed
Remove obsolete comment
The documented shortcoming was actually fixed in4c728f3so the comment is not true anymore.
1 parent736c3a4 commit21c8f9c

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
returnCreateQueryDesc(pstmt,
852845
queryString,
853846
GetActiveSnapshot(),InvalidSnapshot,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp