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 1myIcp-0008Oj-T8 for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Dec 2021 19:10:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1myIco-0004iJ-M1 for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Dec 2021 19:10:38 +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 1myIcn-0004i8-N4 for pgsql-hackers@lists.postgresql.org; Fri, 17 Dec 2021 19:10:38 +0000 Received: from mail-il1-x12c.google.com ([2607:f8b0:4864:20::12c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1myIch-0001UK-2K for pgsql-hackers@lists.postgresql.org; Fri, 17 Dec 2021 19:10:36 +0000 Received: by mail-il1-x12c.google.com with SMTP id r2so2399472ilb.10 for ; Fri, 17 Dec 2021 11:10:30 -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=WSxVMHeBnf0sOXLVWXTGzGcPOmA2w8YyesEjoB2kHUg=; b=Wggug1s2Wy43kWOUoVKa/s1HPE476P55C4wROeLgiZjM+Oql7Hoao1SAwoTaiNhH9j thFOrIHS8TAq+1U/sUcJPBgShui5XuzlERx3JvFtBT5ll5AABMHcDzIXcfLOf81T5xaF 47Usbuhk10/xuhExzi+Pt9JJecPP/ZyxCpZgGyHBB6/zo/Y8TnaEm1Eu8ig39BNB8pUV 5tQY4ZF31FAHAO5jqzSCvixjxq+rxhmSDHci+a8ya+6H3pxNCg7hosGUEOeBQ2+6PfD8 67RW2Va6JrCNp8THpTNiZfQ/h7BfCdbQOJQZL7ov17krTCLT6MGm4mQjqHVM5b8zwzjg K+7w== 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=WSxVMHeBnf0sOXLVWXTGzGcPOmA2w8YyesEjoB2kHUg=; b=T1ndP00VzMOAZ/1J1Jgb4PXuosH67fXA7T4yaQ5cldF99pH+6oIcc99cDwga+u/EcX /GNLAVhLswkD1oU5Dp6ToNRBUJHKiAEZPMIL0JPY4SWg2IXJcABkXohiS4VsLmZoNsyE fs5vb7zm1WF7AT1DudCr2Q+shGZ9P46heL3UljzGjnMXqKWJbIxtA2xb8bXPFCddP1Nw twlOLpxJRfeNI3hl1NA1JkRlH6dZG5F2eJKRv6kvlhc6mDvtBX6xgEG/hFDN+QR2jzhn w9SdUegFKh68sMg5G1L2QYUwLAXatelQLmn/vy6hcyr/yaK+ut7hbu5dJ8FEyu3D4gln 8IQQ== X-Gm-Message-State: AOAM531t0E6hGfSy2zkrta56ggyrrScfBA1H1qkP5Jpilfmt3T3SI50/ jn3wSEa7I0yBADSRQ4HtnkYVew== X-Google-Smtp-Source: ABdhPJzxRC68L+18jYu+/tJ/ioVyYFbWLLM0B6LbQdC6C89TsQv9+B++xEPlMzhW/VaAJD09gAutGg== X-Received: by 2002:a92:cf01:: with SMTP id c1mr2314153ilo.56.1639768230162; Fri, 17 Dec 2021 11:10:30 -0800 (PST) Received: from pryzbyj.telsasoft (charmander.telsasoft.com. [50.244.222.1]) by smtp.gmail.com with ESMTPSA id d3sm4839104ilu.28.2021.12.17.11.10.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Dec 2021 11:10:29 -0800 (PST) Received: by pryzbyj.telsasoft (Postfix, from userid 1000) id DAB6E8009C6; Fri, 17 Dec 2021 13:10:28 -0600 (CST) Date: Fri, 17 Dec 2021 13:10:28 -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: <20211217191028.GO17618@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> <20211217124637.GF17618@telsasoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="COt1KesysQ0dNK/h" 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 --COt1KesysQ0dNK/h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 17, 2021 at 02:33:25PM +0000, Jakub Wartak wrote: > > Justin wrote: > > On Fri, Dec 17, 2021 at 09:10:30AM +0000, Jakub Wartak wrote: > > > As the thread didn't get a lot of traction, I've registered it into current > > commitfest > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommitf > > est.postgresql.org%2F36%2F3461%2F&data=04%7C01%7CJakub.Wartak% > > 40tomtom.com%7Cb815e75090d44e20fd0a08d9c15b45cc%7C374f80267b544a > > 3ab87d328fa26ec10d%7C0%7C0%7C637753420044612362%7CUnknown%7CT > > WFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXV > > CI6Mn0%3D%7C3000&sdata=0BTQSVDnVPu4YpECKXXlBJT5q3Gfgv099SaC > > NuBwiW4%3D&reserved=0 with You as the author and in 'Ready for > > review' state. > > > > The patch is failing: > [..] > > I think you ran "make check", but should run something like this: > > make check-world -j8 >check-world.log 2>&1 && echo Success > > Hi Justin, > > I've repeated the check-world and it says to me all is ok locally (also with --enable-cassert --enable-debug , at least on Amazon Linux 2) and also installcheck on default params seems to be ok > I don't seem to understand why testfarm reports errors for tests like "path, polygon, rowsecurity" e.g. on Linux/graviton2 and FreeBSD while not on MacOS(?) . > Could someone point to me where to start looking/fixing? Since it says this, it looks a lot like a memory error like a use-after-free - like in fsync_parent_path(): CREATE TABLE PATH_TBL (f1 path); +ERROR: could not open file <....> Pacific": No such file or directory I see at least this one is still failing, though: time make -C src/test/recovery check --COt1KesysQ0dNK/h Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-In-place-table-persistence-change-with-new-command-A.patch"