pgsql: Test replay of regression tests, attempt II. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Test replay of regression tests, attempt II.
Date
Msg-id E1n9Io8-0007At-FQ@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Test replay of regression tests, attempt II.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
Test replay of regression tests, attempt II.

See commit message for 123828a7fa563025d0ceee10cf1b2a253cd05319.  The
only change this time is the order of the arguments passed to
pg_regress.  The previously version broke in the build farm environment
due to the contents of EXTRA_REGRESS_OPTS (see also commit 8cade04c
which had to do something similar).

Discussion: https://postgr.es/m/CA%2BhUKGKpRWQ9SxdxxDmTBCJoR0YnFpMBe7kyzY8SUQk%2BHeskxg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f47ed79cc8a0cfa154dc7f01faaf59822552363f

Modified Files
--------------
doc/src/sgml/regress.sgml                 | 11 +++++
src/test/recovery/Makefile                |  6 ++-
src/test/recovery/t/027_stream_regress.pl | 79 +++++++++++++++++++++++++++++++
src/tools/msvc/vcregress.pl               |  2 +
4 files changed, 97 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Consistently use the function name CreateCheckPoint in code and
Next
From: Michael Paquier
Date:
Subject: pgsql: Add support for --no-table-access-method in pg_{dump,dumpall,res