-
- Downloads
Fix oversight in recent parameterized-path patch.
bitmap_scan_cost_est() has to be able to cope with a BitmapOrPath, but I'd taken a shortcut that didn't work for that case. Noted by Heikki. Add some regression tests since this area is evidently under-covered.
Showing
- src/backend/optimizer/path/indxpath.c 8 additions, 5 deletionssrc/backend/optimizer/path/indxpath.c
- src/test/regress/expected/create_index.out 51 additions, 0 deletionssrc/test/regress/expected/create_index.out
- src/test/regress/sql/create_index.sql 16 additions, 0 deletionssrc/test/regress/sql/create_index.sql
Loading
Please register or sign in to comment