pgsql: Improve log pattern detection in recently-added TAP tests

2021-06-11 Thread Michael Paquier
Improve log pattern detection in recently-added TAP tests ab55d74 has introduced some tests with rows found as missing in logical replication subscriptions for partitioned tables, relying on a logic with a lookup of the logs generated, scanning the whole file. This commit makes the logic more pre

pgsql: Improve log pattern detection in recently-added TAP tests

2021-06-11 Thread Michael Paquier
Improve log pattern detection in recently-added TAP tests ab55d74 has introduced some tests with rows found as missing in logical replication subscriptions for partitioned tables, relying on a logic with a lookup of the logs generated, scanning the whole file. This commit makes the logic more pre