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 1u7vq6-00A1I9-NV for pgsql-hackers@arkaria.postgresql.org; Thu, 24 Apr 2025 12:38:03 +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 1u7vq3-00H2fU-QW for pgsql-hackers@arkaria.postgresql.org; Thu, 24 Apr 2025 12:38:00 +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 1u7vq3-00H2cN-Gu for pgsql-hackers@lists.postgresql.org; Thu, 24 Apr 2025 12:38:00 +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.96) (envelope-from ) id 1u7vq0-001mOG-3C for pgsql-hackers@lists.postgresql.org; Thu, 24 Apr 2025 12:37:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2025010100; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description; bh=KEVd1VssjGrG7axgqP8j5C+Jjz+yrBCDgddtg4iS/Mg=; b=NNdrnzPT5RcZYaFJUkbh8NS5/J IqjTJN7SiO+3SNWXQx80c6Rvwj//cSNUYTxA+g9sXcE0VFQ3279DnX/79p7qV2ybCzG9q+YdeJZcW B0ZeCQ/a18IInLpxkvKzKP6pRJr2d4YxfqFpuk4130Qxb7OphlCWl7XDVFbkkFOsPXvHuYhNHzW7B VHQFWxN3Jx3xehevamCCo8lUqmB7lhjcspVBh2zyRicuD0J2RFF8SN9s4aepNbPyGaZT2F34zlUNi vsw7jyAdgRuSe0qA577fd7l1b0IfdKRLqKp8a8s5l20zgsoKer/RabWR2B1FlJIIVPhE+xgWPO5uj M9Wd4egw==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1u7vq0-008q2R-2u; Thu, 24 Apr 2025 08:37:56 -0400 Date: Thu, 24 Apr 2025 08:37:56 -0400 From: Bruce Momjian To: Greg Sabino Mullane Cc: PostgreSQL-development Subject: Re: pg_upgrade-breaking release Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Apr 24, 2025 at 08:35:10AM -0400, Greg Sabino Mullane wrote: > On Thu, Apr 24, 2025 at 8:12 AM Bruce Momjian wrote: > > Do we think most people are _not_ going to use pg_upgrade now that we > are defaulting to checksums being enabled by default in PG 18? > > > I cannot imagine this would stop anyone from upgrading. It's one additional > flag, which was already a requirement for those going the other direction in > the past (checksums -> no checksums). And I also assume that "most people" are > already running with checksums enabled. > > >   And if so, do we think we are ever going to have a > storage-format-changing release where pg_upgrade cannot be used? > > > Seems very unlikely, that would kind of go against the whole purpose of > pg_upgrade. When I wrote pg_upgrade, I assumed at some point the value of changing the storage format would outweigh the value of allowing in-place upgrades. I guess that hasn't happened yet. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.