On Sun, Feb 10, 2019 at 12:31 AM Tom Lane <t...@sss.pgh.pa.us> wrote: > > Julien Rouhaud <rjuju...@gmail.com> writes: > > I just hit one of the asserts (in relation_open()) added in > > b04aeb0a053. Here's a simple reproducer: > > Yeah, I think this is the same issue being discussed in > > https://www.postgresql.org/message-id/flat/19465.1541636036%40sss.pgh.pa.us
Ah indeed, sorry I totally missed that thread. >> I imagine the patch David recently posted in that thread will fix this, > but can you check, and/or review the patch? I tried quickly and it does fix my test case. It's quite late here, so I'll review the patch tomorrow. Thanks.