Issue - (#54): Planning counters require renaming.

PG-144 : Changing planing counter name to sync with pg_stat_statment.
This commit is contained in:
Ibrar Ahmed
2020-10-12 22:39:44 +00:00
parent f48a64cc0a
commit ec1ff594b4
3 changed files with 10 additions and 9 deletions

View File

@@ -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;