forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitad78105
Fix reported runtime for single tests in pg_regress
Commit558fff0 got the order of the parameters to test_status_failedmixed up which resulted in the runtime being reported as 0 ms. Fix bychanging the order to the correct one. No backpatching is needed sincethis has not been shipped in a release yet.Discussion:https://postgr.es/m/0134C9EC-5F6B-4EAC-B2D5-BB4249BEBD4D@yesql.se1 parent9b9cc06 commitad78105
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1891 | 1891 |
| |
1892 | 1892 |
| |
1893 | 1893 |
| |
1894 |
| - | |
| 1894 | + | |
1895 | 1895 |
| |
1896 | 1896 |
| |
1897 | 1897 |
| |
1898 | 1898 |
| |
1899 | 1899 |
| |
1900 | 1900 |
| |
1901 |
| - | |
| 1901 | + | |
1902 | 1902 |
| |
1903 | 1903 |
| |
1904 | 1904 |
| |
|
0 commit comments
Comments
(0)