mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
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
This commit is contained in:
parent
291e517a4d
commit
411b91360f
@ -1420,7 +1420,7 @@ ParallelQueryMain(dsm_segment *seg, shm_toc *toc)
|
|||||||
/* Setting debug_query_string for individual workers */
|
/* Setting debug_query_string for individual workers */
|
||||||
debug_query_string = queryDesc->sourceText;
|
debug_query_string = queryDesc->sourceText;
|
||||||
|
|
||||||
/* Report workers' query and queryId for monitoring purposes */
|
/* Report workers' query for monitoring purposes */
|
||||||
pgstat_report_activity(STATE_RUNNING, debug_query_string);
|
pgstat_report_activity(STATE_RUNNING, debug_query_string);
|
||||||
|
|
||||||
/* Attach to the dynamic shared memory area. */
|
/* Attach to the dynamic shared memory area. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user