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

From Tom Lane
Subject Re: Compilation broken when OPTIMIZER_DEBUG is set
Date
Msg-id 30661.1456758887@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compilation broken when OPTIMIZER_DEBUG is set  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Michael Paquier <michael.paquier@gmail.com> writes:
> On Mon, Feb 29, 2016 at 8:44 PM, salvador fandino <sfandino@gmail.com> wrote:
>> allpaths.c: In function ‘debug_print_rel’:
>> allpaths.c:2943:50: error: ‘RelOptInfo {aka struct RelOptInfo}’ has no
>> member named ‘width’

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

Pushed, thanks.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: WAL log only necessary part of 2PC GID
Next
From: Anastasia Lubennikova
Date:
Subject: Re: WIP: Covering + unique indexes.