-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fix handling of unavailable indexes in Scan hints"
This reverts commit a3646e1, that we have found to do more weird plan manipulations by ignoring in some cases Parallel hints when they should not. The behavior before this commit has also some historical weirdness, but impacting the stability of plans is not a good idea in stable branches, so for now this change is reverted. Additional regression tests will be added on HEAD to track all the behaviors around parallel hints that have been seen, while keeping the new plan changes only for 17~ and new major release integration. Per discussion on #164. Backpatch-through: 13
- Loading branch information
Showing
3 changed files
with
107 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.