Fix reported runtime for single tests in pg_regress
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 16 May 2023 08:49:48 +0000 (10:49 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 16 May 2023 08:49:48 +0000 (10:49 +0200)
commit8cb94344c3c7130a0cd5e21e83705739f552187e
tree17a630f0822a5ae99846e81da5fafe08d1e242f1
parent44e977d7ecb915d1181007e700f2da31acb6ea4c
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
src/test/regress/pg_regress.c