Re: Compilation broken when OPTIMIZER_DEBUG is set - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Compilation broken when OPTIMIZER_DEBUG is set
Date
Msg-id CAB7nPqSQcSisbugxpDt0nX=W-KCk2HAVP748SQaLG83vFmSmXg@mail.gmail.com
Whole thread Raw
In response to Compilation broken when OPTIMIZER_DEBUG is set  (salvador fandino <sfandino@gmail.com>)
Responses Re: Compilation broken when OPTIMIZER_DEBUG is set
List pgsql-hackers
On Mon, Feb 29, 2016 at 8:44 PM, salvador fandino <sfandino@gmail.com> wrote:
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
> -Wendif-labels -Wmissing-format-attribute -Wformat-security
> -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -O0
> -DOPTIMIZER_DEBUG -I../../../../src/include -D_GNU_SOURCE   -c -o allpaths.o
> allpaths.c
> allpaths.c: In function ‘debug_print_rel’:
> allpaths.c:2943:50: error: ‘RelOptInfo {aka struct RelOptInfo}’ has no
> member named ‘width’
>   printf("): rows=%.0f width=%d\n", rel->rows, rel->width);
>                                                   ^
>
> git bisect points to commit 19a541143a09c067ec8cac77ec6a64eb5b1b662b "Add an
> explicit representation of the output targetlist to Paths."

Indeed. The width is now part of rel->reltarget.width. See for example
the attached while I bumped on this email..
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Kouhei Kaigai
Date:
Subject: Reworks of CustomScan serialization/deserialization
Next
From: Amit Kapila
Date:
Subject: Re: RFC: replace pg_stat_activity.waiting with something more descriptive