We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent62e533d commit5913b9bCopy full SHA for 5913b9b
src/backend/executor/execParallel.c
@@ -1199,14 +1199,7 @@ ExecParallelGetQueryDesc(shm_toc *toc, DestReceiver *receiver,
1199
paramspace=shm_toc_lookup(toc,PARALLEL_KEY_PARAMLISTINFO, false);
1200
paramLI=RestoreParamList(¶mspace);
1201
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
- */
+/* Create a QueryDesc for the query. */
1210
returnCreateQueryDesc(pstmt,
1211
queryString,
1212
GetActiveSnapshot(),InvalidSnapshot,