diff options
author | Andres Freund <andres@anarazel.de> | 2017-09-14 01:53:10 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-09-14 02:00:14 -0700 |
commit | 1ab973ab600dc4295dbbd38d1643f9bd26f81d8e (patch) | |
tree | a1e684c8c5a471e6d036b9269e99826546e61da8 /src/backend/executor/execProcnode.c | |
parent | d2e40b310aea1050fd499f62f391329f2c331f6a (diff) | |
download | postgresql-1ab973ab600dc4295dbbd38d1643f9bd26f81d8e.tar.gz postgresql-1ab973ab600dc4295dbbd38d1643f9bd26f81d8e.zip |
Properly check interrupts in execScan.c.
During the development of d47cfef711 the CFI()s in ExecScan() were
moved back and forth, ending up in the wrong place. Thus queries that
largely spend their time in ExecScan(), and have neither projection
nor a qual, can't be cancelled in a timely manner.
Reported-By: Jeff Janes
Author: Andres Freund
Discussion: https://postgr.es/m/CAMkU=1weDXp8eLLPt9SO1LEUsJYYK9cScaGhLKpuN+WbYo9b5g@mail.gmail.com
Backpatch: 10, as d47cfef711
Diffstat (limited to 'src/backend/executor/execProcnode.c')
0 files changed, 0 insertions, 0 deletions