pgsql: Remove useless MERGE test

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless MERGE test
Date: 2022-11-22 10:28:30
Message-ID: E1oxQVx-000LM5-H2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless MERGE test

This was trying to exercise an ERROR we don't actually have.

Backpatch to 15.

Reported by Teja Mupparti <Tejeswar(dot)Mupparti(at)microsoft(dot)com>
Discussion: https://postgr.es/m/SN6PR2101MB1040BDAF740EA4389484E92BF0079@SN6PR2101MB1040.namprd21.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0538d4c0c33551029f408fdc29ee51b817632e11

Modified Files
--------------
src/test/regress/expected/merge.out | 16 ----------------
src/test/regress/sql/merge.sql | 18 ------------------
2 files changed, 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-11-22 15:56:43 pgsql: Prevent port collisions between concurrent TAP tests
Previous Message Amit Kapila 2022-11-22 10:12:32 pgsql: Improve comments atop pg_get_replication_slots.