gpdb
gpdb copied to clipboard
Add ORCA GUC's for dynamic index/bitmap scan
Add the following GUC's
optimizer_enable_dynamicindexscan optimizer_enable_dynamicbitmapscan
Fix #16885
optimizer_enable_bitmapscan used to control the switch of dynamic bitmap scan as well. This is no more the case with the addition of optimizer_enable_dynamicbitmapscan.