Re: BUG #18929: After the view is created, executed query against the view definition, reported syntax error.
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: 707330139@qq.com, pgsql-bugs@lists.postgresql.org
Date: 2025-05-20T07:45:07Z
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)
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix cross-version upgrade test failure
- 558ea446aeb0 16.10 landed
- a4da7b0cfabd 17.6 landed
- cbf53e2b8a8e 18.0 landed
-
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
- 0420b24fee5e 14.19 landed
- 72fe74ca5333 15.14 landed
- 92a9ba3b96c2 16.10 landed
- 54c05292b1ff 17.6 landed
- 29f7ce6fe78e 18.0 landed
- 7ee00918f7cd 13.22 landed