mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Remove pointless macro
This was just an unsafe alias for a function.
This commit is contained in:
committed by
AndersAstrand
parent
966bf241fe
commit
67d6e0ed75
@@ -2553,7 +2553,7 @@ pg_stat_monitor_internal(FunctionCallInfo fcinfo,
|
||||
values[i++] = Float8GetDatumFast(tmp.blocks.temp_blk_write_time);
|
||||
|
||||
/* resp_calls at column number 49 */
|
||||
values[i++] = IntArrayGetTextDatum(tmp.resp_calls, hist_bucket_count_total);
|
||||
values[i++] = intarray_get_datum(tmp.resp_calls, hist_bucket_count_total);
|
||||
|
||||
/* cpu_user_time at column number 50 */
|
||||
values[i++] = Float8GetDatumFast(tmp.sysinfo.utime);
|
||||
|
||||
Reference in New Issue
Block a user