pgsql: Clean up postgres_fdw/t/010_subscription.pl.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up postgres_fdw/t/010_subscription.pl.
Date: 2026-03-16 20:44:22
Message-ID: E1w2EnV-000433-25@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up postgres_fdw/t/010_subscription.pl.

The test was based on test/subscription/002_rep_changes.pl, but had
some leftover copy+paste problems that were useless and/or
distracting.

Discussion: https://postgr.es/m/CAA4eK1+=V_UFNHwcoMFqzy0F4AtS9_GyXhQDUzizgieQPWr=0A@mail.gmail.com
Reported-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Reviewed-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>

Branch
------
master

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

Modified Files
--------------
contrib/postgres_fdw/t/010_subscription.pl | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2026-03-16 21:11:54 Re: pgsql: Add pg_plan_advice contrib module.
Previous Message David Rowley 2026-03-16 20:01:01 pgsql: Fix thinko in nocachegetattr() and nocache_index_getattr()