postgresql/src
Andres Freund 1fdb7f9789 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
6719b238e8.

Author: Andres Freund
Discussion: https://postgr.es/m/20191023163849.sosqbfs5yenocez3@alap3.anarazel.de
2020-02-06 19:54:43 -08:00
..
backend expression eval: Don't redundantly keep track of AggState. 2020-02-06 19:54:43 -08:00
bin Revert "Prevent running pg_basebackup as root" 2020-02-07 10:51:17 +09:00
common Add declaration-level assertions for compile-time checks 2020-02-03 14:48:42 +09:00
fe_utils Reduce size of backend scanner's tables. 2020-01-13 15:04:31 -05:00
include expression eval: Don't redundantly keep track of AggState. 2020-02-06 19:54:43 -08:00
interfaces Fix assorted error-cleanup bugs in SSL min/max protocol version code. 2020-02-02 13:09:33 -05:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
port Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
template Fix compiler warning for ppoll() on Cygwin 2019-12-22 23:20:00 +01:00
test Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version" 2020-02-07 08:10:40 +09:00
timezone Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tools Add kqueue(2) support to the WaitEventSet API. 2020-02-05 17:35:57 +13:00
tutorial Update copyrights for 2020 2020-01-01 12:21:45 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
Makefile.shlib Clean up MinGW def file generation 2019-10-20 10:19:13 +02:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00