pgsql: Remove header noise from test_decoding test - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove header noise from test_decoding test
Date
Msg-id E1jJMsz-0003lG-7X@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Improve the message logged when recovery is paused.
Next
From: Tom Lane
Date:
Subject: pgsql: Still another try at stabilizing stats_ext test results.