Re: Unused variable in perl test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Daniil Davydov <3danissimo(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Unused variable in perl test
Date: 2025-11-01 18:03:16
Message-ID: 4154866.1762020196@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Daniel Gustafsson <daniel(at)yesql(dot)se> writes:
> On 24 Oct 2025, at 16:12, Daniil Davydov <3danissimo(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mihail Nikalayeu 2025-11-01 18:16:00 Re: Adding REPACK [concurrently]
Previous Message Philip Alger 2025-11-01 17:44:47 Re: [PATCH] Add pg_get_type_ddl() to retrieve the CREATE TYPE statement