Re: cutting down the TODO list thread

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cutting down the TODO list thread
Date: 2020-11-18 19:05:12
Message-ID: 996474.1605726312@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

John Naylor <john(dot)naylor(at)enterprisedb(dot)com> writes:
> Here are the next couple of sections with items proposed to be moved to the
> "not worth doing" page. As before, if there are any objections, let me
> know. I'll make the move in a few days.

> - Fix /contrib/ltree operator
> Bug from 2007 with zero followup

Actually, I believe this was fixed by 70dc4c509; at least, the
case shown in the bug report now yields "false" as expected.

> - Fix /contrib/btree_gist's implementation of inet indexing
> Bug from 2010 and apparent lack of interest

This one's pretty clearly a bug. Lack of interest or no, we
should keep it around.

> - Allow to_date() and to_timestamp() to accept localized month names

This is done too, see d67755049.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2020-11-18 19:09:28 Re: remove spurious CREATE INDEX CONCURRENTLY wait
Previous Message Tomas Vondra 2020-11-18 18:57:30 Re: POC: postgres_fdw insert batching