Re: Unused variable in perl test

2025-11-01 Thread Tom Lane
Daniel Gustafsson writes: > On 24 Oct 2025, at 16:12, Daniil Davydov <[email protected]> wrote: >> There is an unused variable "backup_name" in >> test/recovery/t/006_logical_decoding.pl >> What about getting rid of it? > Seems to have been unused since introduced in d851bef2d60ff close to a d

Re: Unused variable in perl test

2025-10-24 Thread Daniel Gustafsson
> On 24 Oct 2025, at 16:12, Daniil Davydov <[email protected]> wrote: > There is an unused variable "backup_name" in > test/recovery/t/006_logical_decoding.pl > What about getting rid of it? Seems to have been unused since introduced in d851bef2d60ff close to a decade ago. -- Daniel Gustafsso