PG-210: Add new column toplevel.

This commit is contained in:
Ibrar Ahmed
2021-11-16 10:48:11 +00:00
parent 6ea5a8991c
commit 5f6177daa3
7 changed files with 282 additions and 16 deletions

View File

@@ -203,6 +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 */
} pgssHashKey;
typedef struct QueryInfo