Re: ERROR: "ft1" is of the wrong type.

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: michael(at)paquier(dot)xyz
Cc: peter(dot)eisentraut(at)enterprisedb(dot)com, ahsan(dot)hadi(at)gmail(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: ERROR: "ft1" is of the wrong type.
Date: 2021-07-15 04:51:31
Message-ID: 20210715.135131.808352633018029309.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Wed, 14 Jul 2021 19:55:18 +0900, Michael Paquier <michael(at)paquier(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Khandekar 2021-07-15 05:09:48 Re: speed up verifying UTF-8
Previous Message Kyotaro Horiguchi 2021-07-15 04:48:06 Re: Remove page-read callback from XLogReaderState.