pgsql: Fix build under OPTIMIZER_DEBUG. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix build under OPTIMIZER_DEBUG.
Date
Msg-id E1aaPWd-0003NT-RG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix build under OPTIMIZER_DEBUG.

In commit 19a541143a09c067 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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/05893712cc9950b7c4c312aa9d3d444375bf15a2

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Fix incorrect varlevelsup in security_barrier_replace_vars().
Next
From: Tom Lane
Date:
Subject: pgsql: Remove useless unary plus.