pgsql: Add POD documentation to TestLib.pm - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add POD documentation to TestLib.pm
Date
Msg-id E1i4qM0-00071D-3U@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix compiler warning
Next
From: Tom Lane
Date:
Subject: pgsql: Handle corner cases correctly in psql's reconnection logic.