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
-
Fix planner's row-mark code for inheritance from a foreign table.
- bdd096f1aec0 12.8 landed
- 889592344c48 14.0 landed
- 6753a5b7e86c 13.4 landed