Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kfSlc-0005Dk-AX for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Nov 2020 19:05:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kfSlb-00028V-54 for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Nov 2020 19:05:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kfSla-00028J-Sh for pgsql-hackers@lists.postgresql.org; Wed, 18 Nov 2020 19:05:18 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kfSlX-0003oz-Tk for pgsql-hackers@postgresql.org; Wed, 18 Nov 2020 19:05:17 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 0AIJ5ClE996475; Wed, 18 Nov 2020 14:05:12 -0500 From: Tom Lane To: John Naylor cc: Bruce Momjian , pgsql-hackers Subject: Re: cutting down the TODO list thread In-reply-to: References: <20201028175744.aautmcw2fe5qz64u@alap3.anarazel.de> <20201110230848.GB12947@momjian.us> Comments: In-reply-to John Naylor message dated "Wed, 18 Nov 2020 14:26:46 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <996473.1605726312.1@sss.pgh.pa.us> Date: Wed, 18 Nov 2020 14:05:12 -0500 Message-ID: <996474.1605726312@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk John Naylor 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