aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-03-29 21:48:12 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-03-29 21:48:12 +0000
commit63a01ab6dcbadf0afb8a0a5c1fcd5981e05c4447 (patch)
tree288e10d869d3339a36a963c64974a430bbc0c97b /databases/Makefile
parent1376889b59e1ab17cf6d76fc0c74d7bd888a83ec (diff)
downloadports-63a01ab6dcbadf0afb8a0a5c1fcd5981e05c4447.tar.gz
ports-63a01ab6dcbadf0afb8a0a5c1fcd5981e05c4447.zip
New port: databases/pgpool-II-41
Repocopy databases/pgpool-II-40 and modify it to introduce new pgpool version 4.1.x. Major enhancements in Pgpool-II 4.1 include: * Statement level load balancing. * Auto failback. * Enhance performance in number of areas. * Shared relation cache allows to reuse relation cache among sessions to reduce internal queries against PostgreSQL system catalogs. * Have separate SQL parser for DML statements to eliminate unnecessary parsing effort. * Load balancing control for specific queries. * Reduce Internal Queries against System Catalogs. * Import PostgreSQL 12 SQL parser. PR: 244646 Submitted by: Franko Ricci <franco.ricc@gmail.com>
Notes
Notes: svn path=/head/; revision=529842
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 8083db092d6e..06b0035eac86 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -597,6 +597,7 @@
SUBDIR += pgpool-II-36
SUBDIR += pgpool-II-37
SUBDIR += pgpool-II-40
+ SUBDIR += pgpool-II-41
SUBDIR += pgreplay
SUBDIR += pgroonga
SUBDIR += pgrouting