Skip to content

fix: create pg_stat_kcache extension before running of an observing session

Artyom Kartasov requested to merge pg-stat-kcache-extension into master

Description

Create pg_stat_kcache extension before running of an observing session as observing uses the pg_stat_kcache_reset() function

{
  "code": "INTERNAL_ERROR",
  "message": "ERROR: function pg_stat_kcache_reset() does not exist (SQLSTATE 42883)"
}

Related issue

Examples

Checklist

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes, specifications reflect those changes and they have been reviewed OR there are no API changes
Edited by Nikolay Samokhvalov

Merge request reports