Re: BUG #15114: logical decoding Segmentation fault

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Петър Славов <pet(dot)slavov(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Subject: Re: BUG #15114: logical decoding Segmentation fault
Date: 2018-04-27 01:22:03
Message-ID: 20180427012203.GG3419@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Apr 27, 2018 at 12:26:52AM +0200, Петър Славов wrote:
> I tried to compile this and i had this error:
>
> proto.c: In function ‘logicalrep_write_attrs’:
> proto.c:565:17: error: ‘FormData_pg_index {aka struct FormData_pg_index}’
> has no member named ‘indnkeyatts’
> natts = index->indnkeyatts;

The patch Alvaro has sent is made for the master branch, and you are
visibly using a build of REL_10_STABLE. Ths conflict you are seeing
comes from 8224de4 which introduced Covering indexes, and renamed
indnatts to indnkeyatts in Form_pg_index.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Höppner 2018-04-27 12:56:24 RE: BUG #15176: ecpg generation error
Previous Message Michael Paquier 2018-04-27 01:04:11 Re: Standby corruption after master is restarted