Implement generalized sub routine find_in_log for tap test

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Implement generalized sub routine find_in_log for tap test
Date: 2023-05-25 14:23:51
Message-ID: CALDaNm0YSiLpjCmajwLfidQrFOrLNKPQir7s__PeVvh9U3uoTQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Remove-duplicate-find_in_log-sub-routines-from-tap-t.patch text/x-patch 4.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2023-05-25 14:27:16 Re: memory leak in trigger handling (since PG12)
Previous Message Jelte Fennema 2023-05-25 13:23:40 Re: Adding SHOW CREATE TABLE