Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions expected/system_stats.out
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SELECT
FROM pg_sys_os_info();
has_name | has_version | has_host_name | has_handle_count | has_process_count | has_thread_count | has_architecture
----------+-------------+---------------+------------------+-------------------+------------------+------------------
t | t | t | | t | | t
t | t | t | t | t | t | t
(1 row)

-- Test that name contains expected text (platform-agnostic check)
Expand Down Expand Up @@ -74,7 +74,7 @@ SELECT
FROM pg_sys_cpu_info();
has_model_name | processor_type_check | has_logical_processors | has_cores | cores_less_than_logical | has_architecture | has_clock_speed
----------------+----------------------+------------------------+-----------+-------------------------+------------------+-----------------
t | t | t | t | t | t |
t | t | f | t | f | t | t
(1 row)

-- ============================================================================
Expand Down Expand Up @@ -181,7 +181,7 @@ SELECT
FROM pg_sys_cpu_usage_info();
usermode_valid | kernelmode_valid | idle_valid | io_valid
----------------+------------------+------------+----------
t | t | t |
t | t | t | t
(1 row)

-- ============================================================================
Expand Down