pgsql: Fix reported runtime for single tests in pg_regress - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix reported runtime for single tests in pg_regress
Date
Msg-id E1pyqbn-0005Rw-N4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix reported runtime for single tests in pg_regress

Commit 558fff0adf got the order of the parameters to test_status_failed
mixed up which resulted in the runtime being reported as 0 ms.  Fix by
changing the order to the correct one.  No backpatching is needed since
this has not been shipped in a release yet.

Discussion: https://postgr.es/m/0134C9EC-5F6B-4EAC-B2D5-BB4249BEBD4D@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8cb94344c3c7130a0cd5e21e83705739f552187e

Modified Files
--------------
src/test/regress/pg_regress.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix ordering of entries in wait event table for I/O type
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Mark internal messages as no longer translatable