Re: parent foreign tables and row marks

Amit Langote <amitlangote09@gmail.com>

From: Amit Langote <amitlangote09@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-03T01:07:57Z
Lists: pgsql-hackers
On Thu, Jun 3, 2021 at 3:39 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Amit Langote <amitlangote09@gmail.com> writes:
> > I noticed that 428b260f87e8 (v12) broke the cases where a parent
> > foreign table has row marks assigned.
>
> Indeed :-(.  Fix pushed.  I tweaked the comments and test case slightly.

Thank you.

-- 
Amit Langote
EDB: http://www.enterprisedb.com



Commits

  1. Fix planner's row-mark code for inheritance from a foreign table.