pgsql: Doc: update testing recipe in src/test/perl/README. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: update testing recipe in src/test/perl/README.
Date
Msg-id E1mZgnW-0006X7-3S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: update testing recipe in src/test/perl/README.

The previous text didn't provide any clear explanation of our policy
around TAP test portability.  The recipe for using perlbrew had some
problems, too: it resulted in a non-shared libperl (preventing
testing of plperl) and it caused some modules to be updated to
current when the point of the recipe is to build an old environment.

Discussion: https://postgr.es/m/E1mYY6Z-0006OL-QN@gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3eb1f4d09745433c70ccac411cad24d0374b9c3b

Modified Files
--------------
src/test/perl/README | 32 ++++++++++++++++++++++++--------
1 file changed, 24 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: improve documentation for ^@ starts-with operator.
Next
From: Michael Paquier
Date:
Subject: pgsql: Clean up more code using "(expr) ? true : false"