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

Unused variable in perl test

2025-10-24 Thread Daniil Davydov
Hi, here is my 2c :) There is an unused variable "backup_name" in test/recovery/t/006_logical_decoding.pl What about getting rid of it? -- Best regards, Daniil Davydov From a0087458cf931826a18a1079b3618d867acdbf96 Mon Sep 17 00:00:00 2001 From: Daniil Davidov Date: Fri, 24 Oct 2025 21:02:51 +070