aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2022-03-25 07:37:06 +0530
committerAmit Kapila <akapila@postgresql.org>2022-03-25 07:37:06 +0530
commit3e67a5cac6a50139bd29b96ab97496dbc1543d92 (patch)
treece533acf5e6715822cb8f9fe1cd27751544144e0 /src/backend/access/transam/xlogutils.c
parent0f79caa3c61e643e6285524f3148a35fb61ddcf3 (diff)
downloadpostgresql-3e67a5cac6a50139bd29b96ab97496dbc1543d92.tar.gz
postgresql-3e67a5cac6a50139bd29b96ab97496dbc1543d92.zip
Remove some useless free calls.
These were introduced in recent commit 52e4f0cd47. We were trying to free some transient space consumption and that too was not entirely correct and complete. We don't need this partial freeing of memory as it will be allocated just once for a query and will be freed at the end of the query. Author: Zhihong Yu Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CALNJ-vQORfQ=vicbKA_RmeGZGzm1y3WsEcZqXWi7qjN43Cz_vg@mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions