pgsql: Clean up postgres_fdw/t/010_subscription.pl. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Clean up postgres_fdw/t/010_subscription.pl.
Date
Msg-id E1w2EnV-000433-25@gemulon.postgresql.org
Whole thread Raw
List 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.kapila16@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix thinko in nocachegetattr() and nocache_index_getattr()
Next
From: David Rowley
Date:
Subject: Re: pgsql: Add pg_plan_advice contrib module.