Re: Views no longer in rangeTabls?
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: David Steele <david@pgmasters.net>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Tom Lane <tgl@sss.pgh.pa.us>, Julien Rouhaud <rjuju123@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2023-06-14T03:08:55Z
Lists: pgsql-hackers
On Tue, Jun 13, 2023 at 9:40 PM David Steele <david@pgmasters.net> wrote: > On 6/13/23 11:38, Amit Langote wrote: > > On Tue, Jun 13, 2023 at 6:33 PM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > >> Note that you changed one comment from "permission checks" to > >> "permission hecks". > > > > Oops, thanks for pointing that out. > > > > Fixed in the attached. > > I have done another (more careful) review of the comments and I don't > see any other issues. Thanks for checking. Seeing no other comments, I've pushed this after rewriting the comments that needed to be changed to mention "relkind" right after "relid". -- Thanks, Amit Langote EDB: http://www.enterprisedb.com
Commits
-
Retain relkind too in RTE_SUBQUERY entries for views.
- 0f8cfaf8921f 16.0 landed