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

@@ -89,7 +89,7 @@ static void pgss_ProcessUtility(PlannedStmt *pstmt, const char *queryString,
static uint64 pgss_hash_string(const char *str, int len);
static void pgss_store(const char *query, uint64 queryId,
int query_location, int query_len,
bool kind,
pgssStoreKind kind,
double total_time, uint64 rows,
const BufferUsage *bufusage,
#if PG_VERSION_NUM >= 130000
@@ -656,7 +656,7 @@ pg_get_client_addr(void)
*/
static void pgss_store(const char *query, uint64 queryId,
int query_location, int query_len,
bool kind,
pgssStoreKind kind,
double total_time, uint64 rows,
const BufferUsage *bufusage,
#if PG_VERSION_NUM >= 130000