aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 17:09:14 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 19:52:20 +0000
commit6741435a48892bb8a4dcbab2bf8ce66fdb327911 (patch)
treeed089572a0ba2c6b66952634287749f43bbd8b94 /databases/Makefile
parent79def5f9e6ce2034338687d792f587458290c718 (diff)
downloadports-6741435a48892bb8a4dcbab2bf8ce66fdb327911.tar.gz
ports-6741435a48892bb8a4dcbab2bf8ce66fdb327911.zip
databases/pgpool-II-45: New port
pgpool is a connection pool server for PostgreSQL. pgpool runs between PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. pgpool caches the connection to PostgreSQL server to reduce the overhead to establish the connection to it. This is the 4.5.X series of the port. WWW: https://pgpool.net
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index fa3aae96d0d4..65bee2e0b2e6 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -564,6 +564,7 @@
SUBDIR += pgpool-II-42
SUBDIR += pgpool-II-43
SUBDIR += pgpool-II-44
+ SUBDIR += pgpool-II-45
SUBDIR += pgreplay
SUBDIR += pgroonga
SUBDIR += pgrouting