Re: Unused variable in perl test - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unused variable in perl test
Date
Msg-id 4154866.1762020196@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unused variable in perl test  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Philip Alger
Date:
Subject: Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement
Next
From: Mihail Nikalayeu
Date:
Subject: Re: Adding REPACK [concurrently]