Skip to content

Commit

Permalink
chore: rename system catalog field total_memory_bytes total_cpu_cores (
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su authored and Little-Wallace committed Jan 20, 2024
1 parent 765ec24 commit b3c6df3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pub const RW_WORKER_NODES: BuiltinTable = BuiltinTable {
(DataType::Boolean, "is_serving"),
(DataType::Boolean, "is_unschedulable"),
(DataType::Varchar, "rw_version"),
(DataType::Int64, "total_memory_bytes"),
(DataType::Int64, "total_cpu_cores"),
(DataType::Int64, "system_total_memory_bytes"),
(DataType::Int64, "system_total_cpu_cores"),
(DataType::Timestamptz, "started_at"),
],
pk: &[0],
Expand Down

0 comments on commit b3c6df3

Please sign in to comment.