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 1rkS9F-00CpLJ-2U for pgsql-hackers@arkaria.postgresql.org; Wed, 13 Mar 2024 17:12:13 +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 1rkS9D-008fX1-45 for pgsql-hackers@arkaria.postgresql.org; Wed, 13 Mar 2024 17:12:11 +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 1rkS9C-008fWt-R5 for pgsql-hackers@lists.postgresql.org; Wed, 13 Mar 2024 17:12:11 +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 1rkS9A-004LJQ-Eh for pgsql-hackers@postgresql.org; Wed, 13 Mar 2024 17:12:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; 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=JcKZVpfbj5s9n5I5i+lC10sewHUgr5WnZYPUS75gK/Q=; b=Z4mSM KE1rcwwnXyZd4BEAIKTA1lRYRWGWoDqWvQvZOPj24xtQjB9hjBWqJAhpdOQQN+qMl+lmNsmZggl6C CnKpSI3FPW13QTFGrwGxnk0oig84tWngBv7bhmSIgXk8yfknHOe18STDh43PQ9c0eJ2VpSXDXC9o4 Rx/Xafl7FnuOmnPrVRbEZZ2W2SaIdFt4FN3ZXpMxdDYYLZYNA5IfUisC2kqmYuhsNuWrPHIo2sHYf wSS0WbQ4erGmmEnJdhaXI2p3wZ1pCI6F55+EHq80KA82PY6Z5FL04BmgYPo7vvOZv4AMZRdnlHPm2 Aa/UKLlLnn3XwwdtWfun1xsKDC0/Q==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1rkS93-004ieX-13; Wed, 13 Mar 2024 13:12:01 -0400 Date: Wed, 13 Mar 2024 13:12:01 -0400 From: Bruce Momjian To: Jeremy Schneider Cc: Daniel Gustafsson , Michael Banck , Nathan Bossart , PostgreSQL Hackers Subject: Re: Reports on obsolete Postgres versions Message-ID: References: <20240311211204.GA1786481@nathanxps13> <65f02a88.170a0220.805a4.01ff@mx.google.com> 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 Wed, Mar 13, 2024 at 09:21:27AM -0700, Jeremy Schneider wrote: > It's not just roadmaps and release pages where we mix up these terms > either, it's even in user-facing SQL and libpq routines: both > PQserverVersion and current_setting('server_version_num') return the > patch release version in the numeric patch field, rather than the > numeric minor field (which is always 0). > > In my view, the best thing would be to move toward consistently using > the word "patch" and moving away from the word "minor" for the > PostgreSQL quarterly maintenance updates. > I think "minor" is a better term since it contrasts with "major". We don't actually supply patches to upgrade minor versions. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.