Remove unused code related to unknown type

Lists: pgsql-hackers
From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove unused code related to unknown type
Date: 2023-02-02 21:58:32
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Here is a patch that removes some unused leftovers from commit
cfd9be939e9c516243c5b6a49ad1e1a9a38f1052 (old).

Attachment Content-Type Size
0001-Remove-unused-code-related-to-unknown-type.patch text/plain 1.3 KB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove unused code related to unknown type
Date: 2023-02-02 23:12:46
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
> Here is a patch that removes some unused leftovers from commit
> cfd9be939e9c516243c5b6a49ad1e1a9a38f1052 (old).

Ugh. Those are outright wrong now, aren't they? Better nuke 'em.

regards, tom lane


From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove unused code related to unknown type
Date: 2023-02-04 07:02:47
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 03.02.23 00:12, Tom Lane wrote:
> Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
>> Here is a patch that removes some unused leftovers from commit
>> cfd9be939e9c516243c5b6a49ad1e1a9a38f1052 (old).
>
> Ugh. Those are outright wrong now, aren't they? Better nuke 'em.

done