pgsql: test_decoding: Remove unnecessary table in twophase test

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: test_decoding: Remove unnecessary table in twophase test
Date: 2023-10-10 08:49:38
Message-ID: E1qq8Qr-000v7a-Dn@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

test_decoding: Remove unnecessary table in twophase test

The end of this test is dropping all the relations created but forgot
about this one. This is not critical, but let's be clean, and the test
expects a cleanup, as documented.

Author: Nishant Sharma
Discussion: https://postgr.es/m/CADrsxdb0ueGV9nrC6s8zvXLkGUhnEjx7Ou_p5wo38TvmSvF83A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98e89740e5a816f9ef2b71b1a1b62a9aff23d194

Modified Files
--------------
contrib/test_decoding/expected/twophase.out | 1 +
contrib/test_decoding/sql/twophase.sql | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-10-10 17:08:45 pgsql: Replace has_multiple_baserels() with a bitmap test on all_basere
Previous Message Peter Eisentraut 2023-10-10 07:05:54 pgsql: pg_resetwal: Corrections around -c option