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