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 1tBxN7-007Mmu-P3 for pgsql-hackers@arkaria.postgresql.org; Fri, 15 Nov 2024 14:32:29 +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 1tBxN3-00AAB6-Pg for pgsql-hackers@arkaria.postgresql.org; Fri, 15 Nov 2024 14:32:26 +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 1tBxN3-00AAAy-8D for pgsql-hackers@lists.postgresql.org; Fri, 15 Nov 2024 14:32:26 +0000 Received: from mail-pf1-x430.google.com ([2607:f8b0:4864:20::430]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1tBxMz-0025P3-Dp for pgsql-hackers@postgresql.org; Fri, 15 Nov 2024 14:32:25 +0000 Received: by mail-pf1-x430.google.com with SMTP id d2e1a72fcca58-720b2d8bb8dso1411413b3a.1 for ; Fri, 15 Nov 2024 06:32:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leadboat.com; s=google; t=1731681140; x=1732285940; darn=postgresql.org; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=2grEB3tovOO7Q3MC3eGVtx88aDgtfSaVpNYBUVpmIUo=; b=Zp0cvMIfhhYa/wA+yEQ675q+76Z0qXLGqygLtbeiZmNepatLuEsxRyyyxN+12v56nD UNGKOgJNdr+8/MBF2QqdlMHg6Jb/QK5xR2YfGinvkaSoY967ltPj498fsoFylxYhBCWj wMhlSl7+f0giS1L+AnhcFtXqKAhgXK2Omw+EM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731681140; x=1732285940; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2grEB3tovOO7Q3MC3eGVtx88aDgtfSaVpNYBUVpmIUo=; b=dJVNbiZ2vZDRys4xmtI8LGpIJLRU5OW0eYEyKBExtXZwVjfRFSoN21HuLYP3IXHYje CYL0FzsPnygrSCY4TujJqhUHtAbvNtoKm/hre5ZY5Wsk7Upr6r9hkWsOZHVsWc1YofiN PmVWl/THPVasMf//NSqr5uW1Mp1D/exgkLQwFaMzF16YH5hQx/ejxu+kL7Ec1O7loC9r 0apKET2PqDicS/KyPj2ZRB8uuSfkXUIUsDHkj4afrVh06e/uzTedTd3s1jaWSBBqlvp+ AE5wpnKOjmEOzF/911v933XK4lzpPIwy4IENsBqKCNeyYCYrgnuSGfbhDptgoeJWRtqV YFQw== X-Forwarded-Encrypted: i=1; AJvYcCUkTIh2stG0fnol+RmoEOiGmw5lSIvcvB16wjbuNQTHpCWvvFnvhvXLQTs6RbXV7BUT3Rz2lY46weuwtb8P@postgresql.org X-Gm-Message-State: AOJu0YxyE9XI0+GyZH6wjfqB+wBXlB7aFLC9YZiMS+q9mxPbrmECvWv0 cCEqkz+A+3KheamMpOGtA6YNHRG80xcGhPWaurrLDry168QXJFd6dwMgXyZUOA== X-Google-Smtp-Source: AGHT+IGPlEJe1lJdlPLnXia8IKP6EXOWJKBwTn7qiUwmCu57cKPp8mC8J3+3eb61ppF8K2ujpH6aSQ== X-Received: by 2002:a05:6a00:1786:b0:71e:659:f2e7 with SMTP id d2e1a72fcca58-72476ba6accmr4235721b3a.8.1731681139961; Fri, 15 Nov 2024 06:32:19 -0800 (PST) Received: from google.com ([2600:1702:a20:5750::48]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-724771e21bfsm1391562b3a.162.2024.11.15.06.32.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Nov 2024 06:32:19 -0800 (PST) Date: Fri, 15 Nov 2024 06:32:17 -0800 From: Noah Misch To: Christoph Berg Cc: Alvaro Herrera , Tom Lane , Pavan Deolasee , pgsql-hackers Subject: Re: Potential ABI breakage in upcoming minor releases Message-ID: <20241115143217.43.nmisch@google.com> References: <1976928.1731614974@sss.pgh.pa.us> <202411142033.u6za5a6ylj2k@alvherre.pgsql> <20241114224108.d0.nmisch@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.12 (2023-09-09) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Nov 15, 2024 at 02:45:42PM +0100, Christoph Berg wrote: > Re: Noah Misch > > I'm hearing the only confirmed impact on non-assert builds is the need to > > recompile timescaledb. (It's unknown whether recompiling will suffice for > > timescaledb. For assert builds, six PGXN extensions need recompilation.) > > Which 6 extensions are these? > > I re-ran the tests on all the extensions on apt.pg.o and didn't see > any failures (timescale and age are already rebuilt). I counted wrong, it's the five here: https://postgr.es/m/20241114143524.91.nmisch@google.com They are AGE and the four others you found not to be part of apt.pg.o. (timescaledb is not part of PGXN, so it's not one of the five.)