Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6fBk-001u17-3j for pgsql-hackers@arkaria.postgresql.org; Fri, 24 Nov 2023 23:02:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r6fBi-00G6vC-Hs for pgsql-hackers@arkaria.postgresql.org; Fri, 24 Nov 2023 23:02:18 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6fBi-00G6v3-7k for pgsql-hackers@lists.postgresql.org; Fri, 24 Nov 2023 23:02:18 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6fBf-008Mhj-Ji for pgsql-hackers@postgresql.org; Fri, 24 Nov 2023 23:02:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2023062407; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=H+5j/EXu+JuMHM5vA4hVjAfj0g5wrOByhNaVRXBoeLU=; b=0YrwZ MhVxCuJRIi/3gi3FufynyVX+MI40dYWBX8B5941u0R7mxxeeSvAwuVc5HMh/eJtfldifDvuXmit8z juyzAfolmywfMes39I5UgnTS6hcQJOAHGuC/cIEGmdCHmzZAWZgNoE54bYxPYX18TI3vmiepbP4LP aDyJTqzRS3t3rH8lw40pxqimLCeaij1t3J4wfzQbOwbVTCojCKooAtABjgOPbwyuvfZLx8cDllhlS lWePfoAMZxoAfFU5TPDm3UM3qFb6619gqGN+eaZ9lpvMIAUvDK0s0TseDTJoeIFARGcwjO7wcxzA8 7CK6tjSbz2ESGTS9eqTfAcn5PbnzA==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1r6fBc-004YVd-2U; Fri, 24 Nov 2023 18:02:12 -0500 Date: Fri, 24 Nov 2023 18:02:12 -0500 From: Bruce Momjian To: Tom Lane Cc: Oleg Bartunov , Pgsql Hackers Subject: Re: remove deprecated @@@ operator ? Message-ID: References: <18739.1540153456@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Nov 9, 2023 at 06:40:55PM -0500, Bruce Momjian wrote: > On Sun, Oct 21, 2018 at 04:24:16PM -0400, Tom Lane wrote: > > Oleg Bartunov writes: > > > The commit 9b5c8d45f62bd3d243a40cc84deb93893f2f5122 is now 10+ years > > > old, may be we could remove deprecated @@@ operator ? > > > > Is it actually causing any problem? AFAICS it's just a couple extra > > pg_operator entries, so why not leave it? > > > > I'd be +1 for removing it from the docs, though ... > > Done in the attached patch. Patch applied to master. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.