MCPcopy Create free account
hub / github.com/apache/cloudberry / InstrStartParallelQuery

Function InstrStartParallelQuery

src/backend/executor/instrument.c:248–253  ·  view source on GitHub ↗

note current values during parallel executor startup */

Source from the content-addressed store, hash-verified

246
247/* note current values during parallel executor startup */
248void
249InstrStartParallelQuery(void)
250{
251 save_pgBufferUsage = pgBufferUsage;
252 save_pgWalUsage = pgWalUsage;
253}
254
255/* report usage after parallel executor shutdown */
256void

Callers 3

parallel_vacuum_mainFunction · 0.85
_bt_parallel_build_mainFunction · 0.85
ParallelQueryMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected