From: Ian Jackson <ian.jack...@eu.citrix.com>

Cosmetic change only, but this makes the results easier to understand.

Signed-off-by: Ian Jackson <i...@xenproject.org>
---
 sg-report-flight | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sg-report-flight b/sg-report-flight
index 2a79db13..d8829932 100755
--- a/sg-report-flight
+++ b/sg-report-flight
@@ -1434,7 +1434,10 @@ END
        SELECT * FROM r_elided
      ORDER BY tident, hostname,
              kind_sort,
-             finished, prep_started, rest_started, flight, job, oidents,
+              prep_started NULLS LAST,
+              rest_started NULLS LAST,
+             finished NULLS LAST,
+              flight, job, oidents,
              sort_index
 END
 
-- 
2.20.1


Reply via email to