PG-210: Add new column toplevel.

This commit is contained in:
Ibrar Ahmed
2021-11-16 11:23:59 +00:00
parent 5f6177daa3
commit 680c7fda42
2 changed files with 6 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ typedef struct pgssHashKey
uint64 ip; /* client ip address */
uint64 planid; /* plan identifier */
uint64 appid; /* hash of application name */
bool toplevel; /* query executed at top level */
uint64 toplevel; /* query executed at top level */
} pgssHashKey;
typedef struct QueryInfo