pgsql: Fix 32-bit build dangling pointer issue in WindowAgg

2022-12-06 Thread David Rowley
Fix 32-bit build dangling pointer issue in WindowAgg 9d9c02ccd added window "run conditions", which allows the evaluation of monotonic window functions to be skipped when the run condition is no longer true. Prior to this commit, once the run condition was no longer true and we stopped evaluating

pgsql: Fix 32-bit build dangling pointer issue in WindowAgg

2022-12-06 Thread David Rowley
Fix 32-bit build dangling pointer issue in WindowAgg 9d9c02ccd added window "run conditions", which allows the evaluation of monotonic window functions to be skipped when the run condition is no longer true. Prior to this commit, once the run condition was no longer true and we stopped evaluating