mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@ -407,10 +407,9 @@ ExecSetExecProcNode(PlanState *node, ExecProcNodeMtd function)
|
||||
{
|
||||
/*
|
||||
* Add a wrapper around the ExecProcNode callback that checks stack depth
|
||||
* during the first execution and maybe adds an instrumentation
|
||||
* wrapper. When the callback is changed after execution has already begun
|
||||
* that means we'll superfluously execute ExecProcNodeFirst, but that seems
|
||||
* ok.
|
||||
* during the first execution and maybe adds an instrumentation wrapper.
|
||||
* When the callback is changed after execution has already begun that
|
||||
* means we'll superfluously execute ExecProcNodeFirst, but that seems ok.
|
||||
*/
|
||||
node->ExecProcNodeReal = function;
|
||||
node->ExecProcNode = ExecProcNodeFirst;
|
||||
|
Reference in New Issue
Block a user