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 1p7nZx-0003Rp-5t for pgsql-hackers@arkaria.postgresql.org; Wed, 21 Dec 2022 01:07:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p7nZv-0002gd-2S for pgsql-hackers@arkaria.postgresql.org; Wed, 21 Dec 2022 01:07:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p7nZu-0002gT-NU for pgsql-hackers@lists.postgresql.org; Wed, 21 Dec 2022 01:07:26 +0000 Received: from mail-lf1-x132.google.com ([2a00:1450:4864:20::132]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1p7nZo-0001O0-1E for pgsql-hackers@lists.postgresql.org; Wed, 21 Dec 2022 01:07:26 +0000 Received: by mail-lf1-x132.google.com with SMTP id bf43so21216491lfb.6 for ; Tue, 20 Dec 2022 17:07:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=dSLzv5umybq3pcpZdrDh+wIPggsBOCekiw7O3gV2d4A=; b=Sb5cvMhWMg0NgU+JraRWfM8ZiffwWMXcCH037Q0q6oYZii5UlXVASoTe7t22hqkGCs UCQyfXBdhSQ7vKxJsdh92+Z1Rnso8wSHh9BFqow4gOtU10qU6nAjYVqaTPlKAHZu3NxG 7nJ8c6wm8+ioYQ0m6tVtINZq+hQtt0NGItClDezZlEHw3m3TBmWov3dbU2SC4YsDeGUn 3MWQ6nBBTmPsYEF0mxts7AuW8aEgiVi/oYa2BzJ/3BrxvI1ZxDbFdMWC8ieqbn4bn8Re sZds9kS0sIcd88eG7crnHnTs46eA9fKkyKXidm7qKsYdmhafgdYt0zkwjzutyRa5QLkZ b+mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=dSLzv5umybq3pcpZdrDh+wIPggsBOCekiw7O3gV2d4A=; b=snnr5lTLJD0Zz0R/qiAJmBNYADSg8TSsiqYH34nwCg8VTDtnkl7ZQPyqgxSDPqHgHX xBr9HZBzMsnEI4sbQAsqWpbs6GuGgGba5Wf98XWE8TIS+VPp9wx0NlgHdMg5iaIzJ6WF hxbIO1pPqTaFquAHUyfdIacpJICgCtNxTMjQ+ZfWVutXdTf3gDf2j7OMjWAunIbJWeqD XmYd996/ZbN+ONoJpoVom1nMqtrd1fpw/zHCIuHdxOT5yc0/Q/+EZVMx+q1X/LLK4pJT CsoIwujAsIqDgzhe1FSlo9otnyGz9g8pBloyetoKRsqCrO5U99E+aXGq+Br9UawiaK2S YzYA== X-Gm-Message-State: AFqh2ko3szt3noyCXeTqk+IaV6C1CNWP335oCk8UflhYq7kAhUa9CFEH S+EEz9S3MvBML3vb28tLWmMcUgtjR1bWSwATr0E= X-Google-Smtp-Source: AMrXdXsG5Nsr2H5Nq84b8u46Ib2EIBvSDA0BslD1jyBmmQjz7UcA11lqVFHWu7CqIab8vIm6KWXLQC2Q9ZlBxnD5rpo= X-Received: by 2002:ac2:42d3:0:b0:4a2:4b43:9aad with SMTP id n19-20020ac242d3000000b004a24b439aadmr12234lfl.213.1671584839061; Tue, 20 Dec 2022 17:07:19 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Peter Smith Date: Wed, 21 Dec 2022 12:07:02 +1100 Message-ID: Subject: Re: Perform streaming logical transactions by background workers and parallel apply To: "houzj.fnst@fujitsu.com" Cc: Amit Kapila , Masahiko Sawada , "wangw.fnst@fujitsu.com" , Dilip Kumar , "shiy.fnst@fujitsu.com" , PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk FYI - applying v63-0001 using the latest master does not work. git apply ../patches_misc/v63-0001-Perform-streaming-logical-transactions-by-parall.patch error: patch failed: src/backend/replication/logical/meson.build:1 error: src/backend/replication/logical/meson.build: patch does not apply Looks like a recent commit [1] to add copyrights broke the patch ------ [1] https://github.com/postgres/postgres/commit/8284cf5f746f84303eda34d213e89c8439a83a42 Kind Regards, Peter Smith. Fujitsu Australia