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

Commit5913b9b

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

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
@@ -1199,14 +1199,7 @@ ExecParallelGetQueryDesc(shm_toc *toc, DestReceiver *receiver,
11991199
paramspace=shm_toc_lookup(toc,PARALLEL_KEY_PARAMLISTINFO, false);
12001200
paramLI=RestoreParamList(&paramspace);
12011201

1202-
/*
1203-
* Create a QueryDesc for the query.
1204-
*
1205-
* It's not obvious how to obtain the query string from here; and even if
1206-
* we could copying it would take more cycles than not copying it. But
1207-
* it's a bit unsatisfying to just use a dummy string here, so consider
1208-
* revising this someday.
1209-
*/
1202+
/* Create a QueryDesc for the query. */
12101203
returnCreateQueryDesc(pstmt,
12111204
queryString,
12121205
GetActiveSnapshot(),InvalidSnapshot,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp