Re: parent foreign tables and row marks

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Amit Langote <amitlangote09@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-02T18:39:20Z
Lists: pgsql-hackers
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.

			regards, tom lane



Commits

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