Re: ERROR: "ft1" is of the wrong type. - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: ERROR: "ft1" is of the wrong type.
Date
Msg-id YN6UBWQVrFp8sSSN@paquier.xyz
Whole thread Raw
In response to Re: ERROR: "ft1" is of the wrong type.  (Ahsan Hadi <ahsan.hadi@gmail.com>)
Responses Re: ERROR: "ft1" is of the wrong type.  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
On Wed, Jun 30, 2021 at 01:43:52PM +0500, Ahsan Hadi wrote:
> Sure I will also take a look at this patch.
>
> +1 for avoiding the backpatching burden.

From what I recall of this thread, nobody has really complained about
this stuff either, so a backpatch would be off the table.  I agree
that what Peter E is proposing on the other thread is much more
suitable in the long term, as there is no need to worry about multiple
combinations of relkinds in error message, so such error strings
become a no-brainer when more relkinds are added.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Zhihong Yu
Date:
Subject: Re: Using each rel as both outer and inner for JOIN_ANTI
Next
From: Michael Paquier
Date:
Subject: Re: Can a child process detect postmaster death when in pg_usleep?