Re: Views no longer in rangeTabls?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: David Steele <david@pgmasters.net>,
Amit Langote <amitlangote09@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2023-06-10T13:27:38Z
Lists: pgsql-hackers
Julien Rouhaud <rjuju123@gmail.com> writes: > On Sat, Jun 10, 2023 at 08:56:47AM -0400, Tom Lane wrote: >> - rte->relkind = 0; > and also handle that field in (read|out)funcs.c Oh, right. Ugh, that means a catversion bump. It's not like we've never done that during beta, but it's kind of an annoying cost for a detail as tiny as this. regards, tom lane
Commits
-
Retain relkind too in RTE_SUBQUERY entries for views.
- 0f8cfaf8921f 16.0 landed