pgsql: Add POD docs to PostgresNode - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add POD docs to PostgresNode
Date
Msg-id E1aZ6L1-00060w-Ei@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add README in src/test and src/test/modules
Next
From: Robert Haas
Date:
Subject: pgsql: Respect TEMP_CONFIG when running contrib regression tests.