ossc-db / pg_store_plans

Store execution plans like pg_stat_statements does for queries.
http://ossc-db.github.io/pg_store_plans/
Other
53 stars 26 forks source link

Prevent abnormal termination due to plan text read failure when `pg_s… #33

Open kayform opened 3 months ago

kayform commented 3 months ago

Prevent abnormal termination due to plan read failure when pg_store_plans.plan_storage is set to file and pgsp_plan_texts.stat is deleted.

kayform commented 3 months ago

Hello, thank you for the great project. I am currently using pgsp and have encountered a serious issue where postgresqld crashes. I have submitted a PR regarding this. Please check it out.