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 1myCdP-0002J9-IS for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Dec 2021 12:46:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1myCdM-0003q4-QR for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Dec 2021 12:46:48 +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 1myCdM-0003pv-Es for pgsql-hackers@lists.postgresql.org; Fri, 17 Dec 2021 12:46:48 +0000 Received: from mail-il1-x133.google.com ([2607:f8b0:4864:20::133]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1myCdE-0006w8-UG for pgsql-hackers@lists.postgresql.org; Fri, 17 Dec 2021 12:46:46 +0000 Received: by mail-il1-x133.google.com with SMTP id f17so1484348ilj.11 for ; Fri, 17 Dec 2021 04:46:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telsasoft-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Zc2R5ndWIZXH5GK8HxTq4uAk8V2gF8XcM9uKT6A9UWw=; b=f/lVWu26URkD2PB9eFO/Yn+wIG9wKjLc7DHDD7dTVUIbTnQ7oKmXBmCZOk0r8MEdXq QAVnJuZJt5Awm5wy+lmIVI/FTW2Y87hnu7PaTL19fNZmB+9IgchJHvlL19Bc2xjT4nfO PNyoGBCUPbRymW/mrW+AmFjOXfPZaUd8Cugda1ZUOcTWKxTvMw9togbImr76hiNSwH8Y DxrbFZjMD2n3Av4yJmAtEnyWJsWysT2Howk5f7yYoLrCUr5iTmyQWtpaw3k7Hj65wwHA h8vExZFuBTTwjsRVN79/dzZSYxjyTPt/Zs1StA2MHK2AXQKXh/i0BqKzj43hjkwhxEL7 pHvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Zc2R5ndWIZXH5GK8HxTq4uAk8V2gF8XcM9uKT6A9UWw=; b=BfZrzp565L3QQ8p4zalEwu2V5zB3RaNhVYjUVW1XV9UJpIADvHV/g/4kiTNEzIx9XD +ecwIRbOfq9qnkeoAuG5F4gyhwClc+dIgbGhk3HZg9SjlVC0edEOg06kuBucvF594x89 hBXaXokPt2ZOcCmDuLCrjIPiqA8W9NF6URL0NoIgEPx8iv4r4FrZK7z05IjsNiN6SU4q OsqEGWDRvXlczRTEk8hz0P+OicrljUd/4Kb/Y2ZjCqnikcRq0YtilwxmrwifibuARgon B2LtaRJXvJsHpZYQQ+x56aOVEZzkQRvqZPXzSvnAJN38juc0WfgeNCI3RrI/EsNFzvcq vG1A== X-Gm-Message-State: AOAM533ZbEiIk5XtFvpmhqP0VVQylJkZV70z3GkJvdpI+54QO/lTKrkG ml/ce00NM8aJXbJXm0AS36uyzg== X-Google-Smtp-Source: ABdhPJwIwEf58MoO9SYsXms5ECwBd3Uzj6jy2AxzqvwOEql9k9JHJuTJwHw+xbR5oHG2YfLMnWZ2nw== X-Received: by 2002:a05:6e02:506:: with SMTP id d6mr432373ils.40.1639745199489; Fri, 17 Dec 2021 04:46:39 -0800 (PST) Received: from pryzbyj.telsasoft (charmander.telsasoft.com. [50.244.222.1]) by smtp.gmail.com with ESMTPSA id g3sm3244877ilq.1.2021.12.17.04.46.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Dec 2021 04:46:38 -0800 (PST) Received: by pryzbyj.telsasoft (Postfix, from userid 1000) id 2B89680057D; Fri, 17 Dec 2021 06:46:38 -0600 (CST) Date: Fri, 17 Dec 2021 06:46:38 -0600 From: Justin Pryzby To: Jakub Wartak Cc: Kyotaro Horiguchi , tsunakawa.takay@fujitsu.com, osumi.takamichi@fujitsu.com, sfrost@snowman.net, masao.fujii@oss.nttdata.com, ashutosh.bapat.oss@gmail.com, pgsql-hackers@lists.postgresql.org Subject: Re: In-placre persistance change of a relation Message-ID: <20211217124637.GF17618@telsasoft.com> References: <20210112.185808.926258436521829536.horikyota.ntt@gmail.com> <20210114.173217.1012910300445215120.horikyota.ntt@gmail.com> <20210325.140805.1356865766630580851.horikyota.ntt@gmail.com> <20210325.141503.245781197327278199.horikyota.ntt@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Dec 17, 2021 at 09:10:30AM +0000, Jakub Wartak wrote: > I'm especially worried if I didn't screw up something/forgot something related to the last one (rd->rd_smgr changes), but I'm getting "All 210 tests passed". > As the thread didn't get a lot of traction, I've registered it into current commitfest https://commitfest.postgresql.org/36/3461/ with You as the author and in 'Ready for review' state. > I think it behaves as almost finished one and apparently after reading all those discussions that go back over 10years+ time span about this feature, and lot of failed effort towards wal_level=noWAL I think it would be nice to finally start getting some of that of it into the core. The patch is failing: http://cfbot.cputube.org/kyotaro-horiguchi.html https://api.cirrus-ci.com/v1/artifact/task/5564333871595520/regress_diffs/src/bin/pg_upgrade/tmp_check/regress/regression.diffs I think you ran "make check", but should run something like this: make check-world -j8 >check-world.log 2>&1 && echo Success -- Justin