Created attachment 256113 [details] Patch to add pg_store_plans to portstree Hello, i tried to create my first port, please have a look and if its ok, please add it to the ports tree. The port is pg_store_plans extension for Postgres. I have testet it for some time my self and it seems to do the job. I also did a manual test build like in the old days and it worked. Please see attached patch. Kind regards, Joseph
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3381d5c2f0e57045e766bef1d46e2f4f403de79 commit a3381d5c2f0e57045e766bef1d46e2f4f403de79 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2025-03-07 06:31:10 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2025-03-07 06:32:38 +0000 databases/pg_store_plans: New port The pg_store_plans module provides a means for tracking execution plan statistics of all SQL statements executed by a server. PR: 283560 Reported by: joseph@2egos.de databases/Makefile | 1 + databases/pg_store_plans/Makefile (new) | 21 +++++++++++++++++++++ databases/pg_store_plans/distinfo (new) | 3 +++ databases/pg_store_plans/pkg-descr (new) | 2 ++ databases/pg_store_plans/pkg-plist (new) | 3 +++ 5 files changed, 30 insertions(+)