From: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | 707330139(at)qq(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #18929: After the view is created, executed query against the view definition, reported syntax error. |
Date: | 2025-05-20 07:45:07 |
Message-ID: | 41c94ff6-e6c8-4844-a67d-e5fd545f457f@iki.fi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 20/05/2025 08:02, Michael Paquier wrote:
> On Tue, May 20, 2025 at 12:31:26AM -0400, Tom Lane wrote:
>> In the no-good-deed-goes-unpunished department: it appears from
>> buildfarm reports that we need to do something about output
>> mismatches in cross-version-upgrade tests due to this commit.
>> I didn't yet look more closely.
>
> Yes, the buildfarm is unhappy.
>
> It seems to me that this needs an update of @_unused_view_qualifiers
> in AdjustUpgrade.pm to update public.limit_thousand_v_5's qual, like
> in the attached. This is needed in v16 and newer branches.
Committed the same fix. Sorry for not crediting you in the commit
message, I reached the same conclusion and committed before I saw this
discussion. Thanks for looking!
--
Heikki Linnakangas
Neon (https://neon.tech)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-05-20 08:44:51 | Re: BUG #18929: After the view is created, executed query against the view definition, reported syntax error. |
Previous Message | Laurenz Albe | 2025-05-20 06:40:15 | Re: BUG #18934: Even with WITH ADMIN OPTION, I Cannot Manage Role Memberships |