Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 411b913

Browse files
committed
Fix comment in execParallel.c
0f61727 has made this comment incorrect. Author: Julien Rouhaud Reviewed-by: Matthias van de Meent Discussion: https://postgr.es/m/20220326160117.qtp5nkuku6cvhcby@jrouhaud
1 parent 291e517 commit 411b913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execParallel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ ParallelQueryMain(dsm_segment *seg, shm_toc *toc)
14201420
/* Setting debug_query_string for individual workers */
14211421
debug_query_string = queryDesc->sourceText;
14221422

1423-
/* Report workers' query and queryId for monitoring purposes */
1423+
/* Report workers' query for monitoring purposes */
14241424
pgstat_report_activity(STATE_RUNNING, debug_query_string);
14251425

14261426
/* Attach to the dynamic shared memory area. */

0 commit comments

Comments
 (0)