-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
Right now, execs and expCtx are declared well before they are initialized. After the scope removal in SERVER-98074, it is no longer necessary to separate the declaration from the initialization. We can just declare and initialize expCtx / execs in one line so it is even more clear where we are using these variables in the top-level runAggregate() path.
- related to
-
SERVER-98074 Move some small checks from top-level runAggregate() path
- Closed