pgsql: test_decoding: Remove unnecessary table in twophase test - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: test_decoding: Remove unnecessary table in twophase test
Date
Msg-id E1qq8Qr-000v7a-Dn@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_resetwal: Corrections around -c option
Next
From: Tom Lane
Date:
Subject: pgsql: Replace has_multiple_baserels() with a bitmap test on all_basere