expression eval: Don't redundantly keep track of AggState.

Andres Freund <andres@anarazel.de>

Commit: 1fdb7f9789c4550204cd62d1746a7deed1dc4c29
Author: Andres Freund <andres@anarazel.de>
Date: 2020-02-07T03:54:43Z
Releases: 13.0
expression eval: Don't redundantly keep track of AggState.

It's already tracked via ExprState->parent, so we don't need to also
include it in ExprEvalStep. When that code originally was written
ExprState->parent didn't exist, but it since has been introduced in
6719b238e8f.

Author: Andres Freund
Discussion: https://postgr.es/m/20191023163849.sosqbfs5yenocez3@alap3.anarazel.de

Files

Discussion