Commit 3e67a5c
Amit Kapila
Remove some useless free calls.
These were introduced in recent commit 52e4f0c. 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.com1 parent 0f79caa commit 3e67a5c
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | 412 | | |
416 | 413 | | |
417 | 414 | | |
| |||
1182 | 1179 | | |
1183 | 1180 | | |
1184 | 1181 | | |
1185 | | - | |
1186 | | - | |
1187 | | - | |
1188 | 1182 | | |
1189 | 1183 | | |
1190 | 1184 | | |
| |||
0 commit comments