pgsql: Remove unused variable in recovery/t/006_logical_decoding.pl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused variable in recovery/t/006_logical_decoding.pl.
Date: 2025-11-01 18:02:06
Message-ID: E1vFFvS-004ZTG-1W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused variable in recovery/t/006_logical_decoding.pl.

Author: Daniil Davydov <3danissimo(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAJDiXggmZWew8+SY_9o0atpmaJmPTL25wdz07MrDoqCkp4D1ug@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b70cafd85fb5040d49a4e026fa9798d4ed5de17b

Modified Files
--------------
src/test/recovery/t/006_logical_decoding.pl | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-11-02 17:31:50 pgsql: Avoid mixing void and integer in a conditional expression.
Previous Message Tom Lane 2025-11-01 17:26:05 pgsql: Fix contrib/ltree's subpath() with negative offset.