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 1q8BVC-0006BD-W1 for pgsql-hackers@arkaria.postgresql.org; Sun, 11 Jun 2023 03:12:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q8BV9-0005OE-QU for pgsql-hackers@arkaria.postgresql.org; Sun, 11 Jun 2023 03:12:23 +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 1q8BV9-0005O4-EE for pgsql-hackers@lists.postgresql.org; Sun, 11 Jun 2023 03:12:23 +0000 Received: from mail-oi1-x233.google.com ([2607:f8b0:4864:20::233]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1q8BV6-001Xiw-U8 for pgsql-hackers@lists.postgresql.org; Sun, 11 Jun 2023 03:12:22 +0000 Received: by mail-oi1-x233.google.com with SMTP id 5614622812f47-39c84863e7cso1441185b6e.1 for ; Sat, 10 Jun 2023 20:12:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686453138; x=1689045138; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=uzxTDykAqFfShcYFlFTlkTf5KwtPVQxcrrCYePUmkNw=; b=kg1GTPEBp9H8km47PPxr35plS4rWTzeKtCpBzkqtMBatDtXb5aq9m/4Okco6JOwQt4 hldMq7X3g5p7Dhoig2NZJesWdWPvMkgtOgBZGTH0+7VPDiBU3Vphh0JXuylhDmIZrM7f uXnF7RqySlbhGqmTbC0Eln6DMHJfACoZmHHarCYVPgfrBtwW+9INCQGfbEs/cVN5F0WE AiwPGQIB9IixH01qdpcaup5ieQLDIREjPMYjwWir7UAPMcNtNu402YQWjZ+pKSeCoZ1r BlolRSAEkC4yzMrs3q+ISXA9Bvw34LwmMBycVHZsXXdeZCii7kMrNxf2NOZ4fkTdFlvf kMPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686453138; x=1689045138; 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=uzxTDykAqFfShcYFlFTlkTf5KwtPVQxcrrCYePUmkNw=; b=IXJcJknAqYaDPq+pFIotKzZY4ayKBPed1AEYfqqT8wxZtziizcnD8kY6rNBfhA1fHK LLOMUk5K2scsxCnf70sZpFqF+l+9Q3mv3iZjgVeW8M9wzDxDtaOwXH7zH2zo5xTTXPa2 UAHLENkfJ6Fc1B63piamOrdBohNvMerkxyX47Sb6lDzsrD3UUnhcI1o0p6FZO1ZOTVMh aR/ywquEhHVBifndy5EuhKtzxh4WYYEp9oGKzVJrXJOvfCYLILWebA+vlq7bIu1cjSk9 btUGJPBFhVw4LcK0deBH8OkaCUR5g7qECbkpqcBps32mOgIYt3oUuXQkr1Ery2t2yQN1 2/dg== X-Gm-Message-State: AC+VfDysZb4qrlH/5/apXlYO+fkA5ZNPCb4pfzRciWwY0A0DhzD05Phz +btm79mtuR0skbhcltExNcKjsNqtEVrelhIQZQbHXN5h X-Google-Smtp-Source: ACHHUZ7Isa+zJrs5W79AGL87sy8g6YUYPOiaQfIe1TdbG2y3tjJoizhJTMwMTZiP/BR6fasfUpmyZvHsvLGIWnt5NrI= X-Received: by 2002:a54:448b:0:b0:39c:c952:9310 with SMTP id v11-20020a54448b000000b0039cc9529310mr682590oiv.5.1686453137237; Sat, 10 Jun 2023 20:12:17 -0700 (PDT) MIME-Version: 1.0 References: <87cz2otiw3.fsf@wibble.ilmari.org> In-Reply-To: From: vignesh C Date: Sun, 11 Jun 2023 08:42:04 +0530 Message-ID: Subject: Re: Implement generalized sub routine find_in_log for tap test To: Michael Paquier Cc: Amit Kapila , Andrew Dunstan , =?UTF-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= , 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 On Fri, 9 Jun 2023 at 08:31, Michael Paquier wrote: > > On Tue, Jun 06, 2023 at 06:43:44PM +0530, vignesh C wrote: > > Please find the attached patches that can be applied on back branches > > too. v5*master.patch can be applied on master, v5*PG15.patch can be > > applied on PG15, v5*PG14.patch can be applied on PG14, v5*PG13.patch > > can be applied on PG13, v5*PG12.patch can be applied on PG12, PG11 and > > PG10. > > Thanks. The amount of minimal conflicts across all these branches is > always fun to play with. I have finally got around and applied all > that, after doing a proper split, applying one part down to 14 and the > second back to 11. Thanks for pushing this. Regards, Vignesh