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 1rS8CF-00Bbah-Az for pgsql-hackers@arkaria.postgresql.org; Tue, 23 Jan 2024 04:15:36 +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 1rS8CE-009HDn-Gk for pgsql-hackers@arkaria.postgresql.org; Tue, 23 Jan 2024 04:15:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rS8CD-009HDX-Px for pgsql-hackers@lists.postgresql.org; Tue, 23 Jan 2024 04:15:34 +0000 Received: from mail-oo1-xc32.google.com ([2607:f8b0:4864:20::c32]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rS8C7-002tsq-6f for pgsql-hackers@lists.postgresql.org; Tue, 23 Jan 2024 04:15:32 +0000 Received: by mail-oo1-xc32.google.com with SMTP id 006d021491bc7-599698a72c2so1628275eaf.0 for ; Mon, 22 Jan 2024 20:15:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705983326; x=1706588126; darn=lists.postgresql.org; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:from:subject:cc:to:message-id:date:from:to:cc:subject :date:message-id:reply-to; bh=Nvu8oysSSoB+DFlxlmAV+TWQ4Jtn5RzLUwX39TSdHTw=; b=F3qXsSA5klFm7cRd6xRjT+9CjGd2Yd9wdm93uSt1R7Low9J6XCcBC2Lkc2Pj15pBhq h5lAwVrCpMeXxzW/GYKBRqcK7UMLGHLn3IcuyY6l8gWDEO2/0qPM918RF8q3Rd6gVTZp OG8BPIuRxzaYUw+NW2wYYJCtB2Pw4pGjTOJXWhmxvmedmilL+OqM870sEatOYmBTcpTU aT1aze6HRoPud40hWx0co3ofa+pRMKu8CE29+qc1lSZaHoX0Bd66Kfn/8TvZjb2qomjR t3J7N+ObKajhqgzl1SeYPH2OG7QAR/Z3WWlnxEKdw2z3qJUKECJVHSTKZWRrvvD2Qlis B7QA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705983326; x=1706588126; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:from:subject:cc:to:message-id:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Nvu8oysSSoB+DFlxlmAV+TWQ4Jtn5RzLUwX39TSdHTw=; b=lKX2Dc0AB/t5+nmvOiG/BfM4X9gN32r9qVBfY5lXBDPPWWzUWe/05YLqiCr0t2RlQn fjUZB7WCA87j2tJhyfs0lh/jGjBvHO0O03o3dRFs3/yBVdkAoDS3+OFo3HArAJPdRk4W 0Ik5FlBUuxSyE6rf9iC9DvKVLm2wcF3VK42rKphQobNGzZzAWxD8UpaAg2eZZsFn3nKz aWzZsff6mW5Bzzw1q2cHgo7Pk5SQpDTaFpbPKOwQr+L2Uy9raB8d2pQ96v6xanBcKjxf 21Gf7OyP97r/vK6kZkCOxFDVtFPB9c3mcC6ZO4thDlX2uNiRj6hDFgIge/eWXoDKc+Wb XsGg== X-Gm-Message-State: AOJu0YwwJG9+sxTjRT2Yk2WhBNVYPBGtPdYyKdXoUnb0sGm8H2mTk7aV qJGELnsjrRRwVznmvKmTl+QbF/tv8Nm6uDPaUPr6GDxgDH/foBRk X-Google-Smtp-Source: AGHT+IGRW6b5fyWGHoHqSuJWi/7vlvoqqAoa3mFwogaGCdEBpXUFtNxPBUzljze6E6dmSTbIjtUzBA== X-Received: by 2002:a05:6358:7e96:b0:176:53b9:4d39 with SMTP id o22-20020a0563587e9600b0017653b94d39mr1956596rwn.61.1705983326244; Mon, 22 Jan 2024 20:15:26 -0800 (PST) Received: from localhost (KD036014041111.ppp-bb.dion.ne.jp. [36.14.41.111]) by smtp.gmail.com with ESMTPSA id w17-20020aa79a11000000b006d997b5d009sm10322797pfj.69.2024.01.22.20.15.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Jan 2024 20:15:25 -0800 (PST) Date: Tue, 23 Jan 2024 13:15:21 +0900 (JST) Message-Id: <20240123.131521.1335217266971689766.horikyota.ntt@gmail.com> To: smithpb2250@gmail.com Cc: vignesh21@gmail.com, nathandbossart@gmail.com, jakub.wartak@enterprisedb.com, stark.cfm@gmail.com, hlinnaka@iki.fi, barwick@gmail.com, jchampion@timescale.com, pryzby@telsasoft.com, tgl@sss.pgh.pa.us, rjuju123@gmail.com, jakub.wartak@tomtom.com, pgsql-hackers@lists.postgresql.org Subject: Re: In-placre persistance change of a relation From: Kyotaro Horiguchi In-Reply-To: References: <20240115.165059.2294775027364761631.horikyota.ntt@gmail.com> User-Agent: Mew version 6.8 on Emacs 27.2 Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Tue_Jan_23_13_15_21_2024_787)--" Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk ----Next_Part(Tue_Jan_23_13_15_21_2024_787)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit At Mon, 22 Jan 2024 15:36:31 +1100, Peter Smith wrote in > 2024-01 Commitfest. > > Hi, This patch has a CF status of "Needs Review" [1], but it seems > there was a CFbot test failure last time it was run [2]. Please have a > look and post an updated version if necessary. Thanks! I have added the necessary includes to the header file this patch adds. With this change, "make headerscheck" now passes. However, when I run "make cpluspluscheck" in my environment, it generates a large number of errors in other areas, but I didn't find one related to this patch. regards. -- Kyotaro Horiguchi NTT Open Source Software Center ----Next_Part(Tue_Jan_23_13_15_21_2024_787)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="v32-0001-Export-wal_sync_method-related-functions.patch"