diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2022-04-04 10:12:30 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2022-04-04 11:03:49 -0400 |
commit | 4eb9798879680dcc0e3ebb301cf6f925dfa69422 (patch) | |
tree | f81d231a7ce429c45d8b5fecf6e87080764dec97 /src/backend/parser/parse_clause.c | |
parent | afb529e6772b4e2b065644a2204697eeaf6c9a96 (diff) | |
download | postgresql-4eb9798879680dcc0e3ebb301cf6f925dfa69422.tar.gz postgresql-4eb9798879680dcc0e3ebb301cf6f925dfa69422.zip |
Avoid freeing objects during json aggregate finalization
Commit f4fb45d15c tried to free memory during aggregate finalization.
This cause issues, particularly when used as a window function, so stop
doing that.
Per complaint by Jaime Casanova and diagnosis by Andres Freund
Discussion: https://postgr.es/m/YkfeMNYRCGhySKyg@ahch-to
Diffstat (limited to 'src/backend/parser/parse_clause.c')
0 files changed, 0 insertions, 0 deletions