Re: ERROR: "ft1" is of the wrong type.
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: michael@paquier.xyz
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-04-22T06:00:55Z
Lists: pgsql-hackers
At Thu, 22 Apr 2021 13:48:45 +0900, Michael Paquier <michael@paquier.xyz> wrote in > Hi Horiguchi-san, > > On Fri, Feb 19, 2021 at 05:30:39PM +0900, Kyotaro Horiguchi wrote: > > The attached is that. > > > > ATT_VIEW is used for "CREATE OR REPLACE view" and checked against > > earlier in DefineVirtualRelation. But we can add a test to make sure > > that is checked anywhere. > > My apologies for not coming back to this thread earlier. I have this > thread in my backlog for some time now but I was not able to come back > to it. That's too late for v14 but it could be possible to do > something for v15. Could you add this patch to the next commit fest? > That's fine to add my name as reviewer. Thank you for kindly telling me that, but please don't worry. I'll add it to the next CF, with specifying you as a reviewer as you told. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix unexpected error messages for various flavors of ALTER TABLE
- 85a8c3a4b60f 11.13 landed
- b242e1d239df 12.8 landed
- 5226243459f1 13.4 landed
- 0c83eb2e0edb 14.0 landed
-
Revert per-index collation version tracking feature.
- ec4831470826 14.0 cited
-
Restructure ALTER TABLE execution to fix assorted bugs.
- 1281a5c907b4 13.0 cited