aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2019-11-16 10:04:52 +1300
committerThomas Munro <tmunro@postgresql.org>2019-11-16 10:18:45 +1300
commit24897e1a1af27dc759fb41afba2a663ff9af4ef6 (patch)
tree0fd91e68c362144faf9610a7b457ad48783d27a6 /src/backend/utils/adt/selfuncs.c
parentd61e7f174db9ee45df58afc103682d933048aa9a (diff)
downloadpostgresql-24897e1a1af27dc759fb41afba2a663ff9af4ef6.tar.gz
postgresql-24897e1a1af27dc759fb41afba2a663ff9af4ef6.zip
Always call ExecShutdownNode() if appropriate.
Call ExecShutdownNode() after ExecutePlan()'s loop, rather than at each break. We had forgotten to do that in one case. The omission caused intermittent "temporary file leak" warnings from multi-batch parallel hash joins with a LIMIT clause. Back-patch to 11. Though the problem exists in theory in earlier parallel query releases, nothing really depended on it. Author: Kyotaro Horiguchi Reviewed-by: Thomas Munro, Amit Kapila Discussion: https://postgr.es/m/20191111.212418.2222262873417235945.horikyota.ntt%40gmail.com
Diffstat (limited to 'src/backend/utils/adt/selfuncs.c')
0 files changed, 0 insertions, 0 deletions