pgsql: Add POD docs to PostgresNode

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add POD docs to PostgresNode
Date: 2016-02-26 00:32:55
Message-ID: E1aZ6L1-00060w-Ei@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add POD docs to PostgresNode

Also, the dump_info method got split into another method that returns
the stuff as a string instead of just printing it to stdout.

Add a new README in src/test/perl too.

Author: Craig Ringer
Reviewed by: Michaël Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e64009303d4e2434abafbdafe4d571cc4f279d39

Modified Files
--------------
src/test/perl/PostgresNode.pm | 395 ++++++++++++++++++++++++++++++++++++++----
src/test/perl/README | 53 ++++++
2 files changed, 419 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-26 07:10:33 pgsql: Respect TEMP_CONFIG when running contrib regression tests.
Previous Message Alvaro Herrera 2016-02-26 00:09:39 pgsql: Add README in src/test and src/test/modules