Re: Retiring is_pushed_down

From: Rafia Sabih <rafia(dot)pghackers(at)gmail(dot)com>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Retiring is_pushed_down
Date: 2024-09-10 12:22:11
Message-ID: CA+FpmFc0nrH09TzDg7_GbV4SSiVY-twSRPkw=xidqdwve8yG_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I see following issue with the latest patch,

relnode.c:2122:32: error: use of undeclared identifier 'ojrelids'
RINFO_IS_PUSHED_DOWN(rinfo, ojrelids,
joinrel->relids))

On Thu, 18 Apr 2024 at 09:34, Richard Guo <guofenglinux(at)gmail(dot)com> wrote:

> Here is another rebase over 3af7040985. Nothing else has changed.
>
> Thanks
> Richard
>

--
Regards,
Rafia Sabih

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shayon Mukherjee 2024-09-10 12:25:37 Re: Proposal to Enable/Disable Index using ALTER INDEX
Previous Message Shayon Mukherjee 2024-09-10 12:15:19 Re: Proposal to Enable/Disable Index using ALTER INDEX