Re: ERROR: "ft1" is of the wrong type.
Ahsan Hadi <ahsan.hadi@gmail.com>
From: Ahsan Hadi <ahsan.hadi@gmail.com>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-30T08:43:52Z
Lists: pgsql-hackers
On Wed, Jun 30, 2021 at 5:56 AM Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote: > At Tue, 29 Jun 2021 20:13:14 +0000, ahsan hadi <ahsan.hadi@gmail.com> > wrote in > > The following review has been posted through the commitfest application: > > make installcheck-world: tested, passed > > Implements feature: tested, passed > > Spec compliant: tested, passed > > Documentation: not tested > > > > I have tested it with various object types and getting a meaningful > error. > > Thanks for looking this, Ahsan. > > However, Peter-E is proposing a change at a fundamental level, which > looks more promising (disregarding backpatch burden). > > > https://www.postgresql.org/message-id/01d4fd55-d4fe-5afc-446c-a7f99e043f3d@enterprisedb.com Sure I will also take a look at this patch. +1 for avoiding the backpatching burden. > > > regards. > > -- > Kyotaro Horiguchi > NTT Open Source Software Center > -- Highgo Software (Canada/China/Pakistan) URL : http://www.highgo.ca ADDR: 10318 WHALLEY BLVD, Surrey, BC EMAIL: mailto: ahsan.hadi@highgo.ca
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