pgsql: Fix format for TAP test docs

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix format for TAP test docs
Date: 2017-01-05 10:40:47
Message-ID: E1cP5TT-0004Yi-Cg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix format for TAP test docs

Small number of fixes to perl docs for TAP tests.
Plus two comments that use "xlog" rather than WAL

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2e44f379bc0219f6864dbfb901129796e6feec44

Modified Files
--------------
src/test/perl/PostgresNode.pm | 34 ++++++++++++++++++++++------------
1 file changed, 22 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-05 16:34:11 pgsql: Fix handling of empty arrays in array_fill().
Previous Message Tom Lane 2017-01-04 23:00:38 pgsql: Handle OID column inheritance correctly in ALTER TABLE ... INHER