Re: pgsql: TAP test for logical decoding on standby

2023-05-24 Thread Drouvot, Bertrand
Hi, On 5/23/23 5:15 PM, Robert Haas wrote: On Sat, Apr 8, 2023 at 5:26 AM Andres Freund wrote: TAP test for logical decoding on standby Small nitpicks: 1. The test names generated by check_slots_conflicting_status() start with a capital letter, while most other test names start with a lower

Re: pgsql: TAP test for logical decoding on standby

2023-05-23 Thread Robert Haas
On Sat, Apr 8, 2023 at 5:26 AM Andres Freund wrote: > TAP test for logical decoding on standby Small nitpicks: 1. The test names generated by check_slots_conflicting_status() start with a capital letter, while most other test names start with a lower-case letter. 2. The function is called 7 tim