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: peter.eisentraut@enterprisedb.com, ahsan.hadi@gmail.com,
pgsql-hackers@lists.postgresql.org
Date: 2021-07-15T04:51:31Z
Lists: pgsql-hackers
At Wed, 14 Jul 2021 19:55:18 +0900, Michael Paquier <michael@paquier.xyz> wrote in > On Fri, Jul 09, 2021 at 09:00:31PM +0900, Kyotaro Horiguchi wrote: > > Mmm. Ok, I distributed the mother regression test into each version. > > Thanks, my apologies for the late reply. It took me some time to > analyze the whole. .. > > PG13: > > Of course this works fine but doesn't seem clean, but it is > > apparently a matter of the master branch. > > > > - ATT_TABLE | ATT_MATVIEW | ATT_INDEX | ATT_PARTITIONED_INDEX | ATT_FOREIGN_TABLE > > Added and works as expected. > > HEAD had its own improvements, and what you have here closes some > holes of their own, so applied. Thanks! Thank you for commiting this! 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