mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@ -411,9 +411,9 @@ ExecProcNodeFirst(PlanState *node)
|
||||
/*
|
||||
* Perform stack depth check during the first execution of the node. We
|
||||
* only do so the first time round because it turns out to not be cheap on
|
||||
* some common architectures (eg. x86). This relies on the assumption that
|
||||
* ExecProcNode calls for a given plan node will always be made at roughly
|
||||
* the same stack depth.
|
||||
* some common architectures (eg. x86). This relies on the assumption
|
||||
* that ExecProcNode calls for a given plan node will always be made at
|
||||
* roughly the same stack depth.
|
||||
*/
|
||||
check_stack_depth();
|
||||
|
||||
|
Reference in New Issue
Block a user