Fix build under OPTIMIZER_DEBUG.
In commit 19a54114 I replaced RelOptInfo.width with RelOptInfo.reltarget.width, but I missed updating debug_print_rel() for that because it's not compiled by default. Reported by Salvador Fandino, patch by Michael Paquier.
Showing
Please register or sign in to comment