forked from ossc-db/pg_store_plans
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the queryid_stat_statements field.
With pg14 and above core postgres can compute a queryid without any external extension, so we can simply rely on it. We do so by asking for the core to compute a queryid if users allow it. Note that if users explicitly disable compute_query_id, we will obey and not record anything. For previous versions, automatically detect if a queryid is computed by some external extensions or not. If yes, use it as the key queryid otherwise fallback on internal queryid calculation.
- Loading branch information
Showing
6 changed files
with
194 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.