Skip to content
Snippets Groups Projects
Commit 9191d684 authored by Tom Lane's avatar Tom Lane
Browse files

Planner did the wrong thing with index-scan-backward plans: generated

them, but forgot to attach relevant restriction clauses, so that the
plan represented a scan over the whole table with restrictions applied
as qpquals not indexquals.  Another day, another bug...
parent cb292206
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment