Implement generalized sub routine find_in_log for tap test - Mailing list pgsql-hackers

From vignesh C
Subject Implement generalized sub routine find_in_log for tap test
Date
Msg-id CALDaNm0YSiLpjCmajwLfidQrFOrLNKPQir7s__PeVvh9U3uoTQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi,

The recovery tap test has 4 implementations of find_in_log sub routine
for various uses, I felt we can generalize these and have a single
function for the same. The attached patch is an attempt to have a
generalized sub routine find_in_log which can be used by all of them.
Thoughts?

Regards,
VIgnesh

Attachment

pgsql-hackers by date:

Previous
From: Jelte Fennema
Date:
Subject: Re: Adding SHOW CREATE TABLE
Next
From: Tomas Vondra
Date:
Subject: Re: memory leak in trigger handling (since PG12)