pgsql: Remove header noise from test_decoding test

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove header noise from test_decoding test
Date: 2020-03-31 19:49:21
Message-ID: E1jJMsz-0003lG-7X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove header noise from test_decoding test

Use psql's expanded output to avoid a pointless header.

Kyotaro Horiguchi, after an idea of Michael Paquier

Discussion: https://postgr.es/m/20181120050744.GJ4400@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/69360b34589bd6dbc7bc58dec718f938167f1071

Modified Files
--------------
contrib/test_decoding/expected/ddl.out | 4 ++--
contrib/test_decoding/sql/ddl.sql | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-31 20:09:41 pgsql: Still another try at stabilizing stats_ext test results.
Previous Message Fujii Masao 2020-03-31 18:36:17 pgsql: Improve the message logged when recovery is paused.