Unused variable in perl test
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
Attachments:
0001-Get-rid-of-unused-variable.patchtext/x-patch; charset=US-ASCII; name=0001-Get-rid-of-unused-variable.patchDownload+0-2
On 24 Oct 2025, at 16:12, Daniil Davydov <3danissimo@gmail.com> 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 Gustafsson
Daniel Gustafsson <daniel@yesql.se> writes:
On 24 Oct 2025, at 16:12, Daniil Davydov <3danissimo@gmail.com> 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.
I didn't double-check the history, but it's clearly unused now.
Pushed.
regards, tom lane