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 1pEnsF-0005dG-II for pgsql-hackers@arkaria.postgresql.org; Mon, 09 Jan 2023 08:51:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pEnsE-0001Tf-DD for pgsql-hackers@arkaria.postgresql.org; Mon, 09 Jan 2023 08:51:18 +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 1pEnsE-0001TW-29 for pgsql-hackers@lists.postgresql.org; Mon, 09 Jan 2023 08:51:18 +0000 Received: from mail-oa1-x2e.google.com ([2001:4860:4864:20::2e]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pEnsC-0007Bm-KN for pgsql-hackers@lists.postgresql.org; Mon, 09 Jan 2023 08:51:17 +0000 Received: by mail-oa1-x2e.google.com with SMTP id 586e51a60fabf-1433ef3b61fso7928579fac.10 for ; Mon, 09 Jan 2023 00:51:16 -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=Ndt/hUb2Fn3roaffSCPDFof4DA/2m/+zUBbKElA1OjQ=; b=JnsDTeai8wap/3bDMJ8n5BsR4uKd4dRlLoh7BTHJ8F+KKHx/IoM+eeudgBPWS5OItw re0IPVN/2oKSZnHl2H00oViogvRlTgwMeOUBoqiMZC/d5GzNteTLuyh81SrRE5Cixo4E lT5CN1izJH1Vq2qze/ID00MX/NrwjaBRwORd85esxqwfVO3eMj1t91FGe3ESPKhqJw9X c33LCDYUuh0Ihv/yYsCJXKmQN/6SDZwoQZEd6DSp994tb3w8Ew5FDHdFps3sJwwhJTtW 8hBuUVWqT3LpyHcPvLOeGhp+4g/C5mKbxkavCk+njP44F132O+VakMKkBBDOfXsaqNjj NnxQ== 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=Ndt/hUb2Fn3roaffSCPDFof4DA/2m/+zUBbKElA1OjQ=; b=ptCdJ9OWC4MFJozLQ2kkVQ4S0BeLe8dHeWr+852yrR1jMvA7u6kph+bhU38la1hN8C nod0B0jTk9Myv7u/338fqROn2W+pEiXirwh+7Aj5qqv+OT4cq8Lzggo2imeYf/MXTrnC iTO+FEpuMZRf8H9dHF5NeGEONBmEyDwmvvG4OUdzI2RJ5R8904lsAFLZYqBc4BvHmJb4 j57tGCMDmNRqYnjI61E9NfnWK+ZbOZE86q4zHFrt+D6NzVv67QK+eIasAVt9aWlaSJyg +DGUBOJDzTUJx98JIpI5pQetYAaXoHrHvzbYLHNEmQLAqprRa0stmHoY+FknbifiPAvG wr4A== X-Gm-Message-State: AFqh2kpPQUtMbiYlI4ZOSMSp87r9YLto2b656iziG+VKwXR/1rU2BLrL kyIJJBUIdEcZvtrdDxNGwNBrV7P0ZuHCvi7RWjfu/++J X-Google-Smtp-Source: AMrXdXsKZ9Nks9bhrPjRp1QT8JMu94hGO0O0WNZ4EfZA1MF6u5chKPW8Z2HgrnbhxysukU2r3kHvhAQte2oceg6CUfo= X-Received: by 2002:a05:6870:9d05:b0:14f:e7f3:4ccc with SMTP id pp5-20020a0568709d0500b0014fe7f34cccmr3783826oab.261.1673254274568; Mon, 09 Jan 2023 00:51:14 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Amit Kapila Date: Mon, 9 Jan 2023 14:21:03 +0530 Message-ID: Subject: Re: Perform streaming logical transactions by background workers and parallel apply To: "houzj.fnst@fujitsu.com" Cc: Masahiko Sawada , "wangw.fnst@fujitsu.com" , Peter Smith , "shiy.fnst@fujitsu.com" , PostgreSQL Hackers , Dilip Kumar Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sun, Jan 8, 2023 at 11:32 AM houzj.fnst@fujitsu.com wrote: > > On Sunday, January 8, 2023 11:59 AM houzj.fnst@fujitsu.com wrote: > > Attach the updated patch set. > > Sorry, the commit message of 0001 was accidentally deleted, just attach > the same patch set again with commit message. > Pushed the first (0001) patch. -- With Regards, Amit Kapila.