pgsql: Add POD documentation to TestLib.pm

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add POD documentation to TestLib.pm
Date: 2019-09-02 17:43:00
Message-ID: E1i4qM0-00071D-3U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add POD documentation to TestLib.pm

This module was pretty much undocumented. Fix that.

Inspired by a preliminary patch sent by Ramanarayana, heavily updated by
Andrew Dunstan, and reviewed by Michael Paquier.

Discussion: https://postgr.es/m/CAF6A77G_WJTwBV9SBxCnQfZB09hm1p1O3stZ6eE5QiYd=X84Jg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6fcc40b1d4b91471f667fdf3ebe9665fbab95849

Modified Files
--------------
src/test/perl/TestLib.pm | 340 ++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 307 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-09-02 18:03:30 pgsql: Handle corner cases correctly in psql's reconnection logic.
Previous Message Michael Paquier 2019-09-02 08:03:26 Re: pgsql: Fix compiler warning