mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Issue - (#54): Planning counters require renaming.
PG-144 : Changing planing counter name to sync with pg_stat_statment.
This commit is contained in:
@@ -71,6 +71,7 @@ typedef struct GucVariables
|
||||
int guc_max;
|
||||
bool guc_restart;
|
||||
} GucVariable;
|
||||
|
||||
typedef enum pgssStoreKind
|
||||
{
|
||||
PGSS_INVALID = -1,
|
||||
@@ -195,6 +196,7 @@ typedef struct Counters
|
||||
CallTime time[PGSS_NUMKIND];
|
||||
Blocks blocks;
|
||||
SysInfo sysinfo;
|
||||
int plans;
|
||||
int resp_calls[MAX_RESPONSE_BUCKET]; /* execution time's in msec */
|
||||
} Counters;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user