mirror of https://github.com/postgres/postgres
ExecReScanIncrementalSort was resetting bounded=false, which means the optimization would be disabled on all rescans. This happens because ExecSetTupleBound is called before the rescan, not after it. Author: James Coleman Reviewed-by: Tomas Vondra Discussion: https://postgr.es/m/20200414065336.GI1492@paquier.xyzpull/54/head
parent
c442722648
commit
9155b4be9a
Loading…
Reference in new issue