literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
databases/pgpool-II-22 and upgrade databases/pgpool-II to 2.3.
- Record $CONFLICTS each other.
Please note upgrade from 2.2.6 to 2.3 causes small incompatibility
(read NEWS file in distribution).
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Add $pgpool_flags, $pgpool_looger, $pgpool_logger_pri variables for
/etc/rc.conf.
- Add a patch (already submitted to upstream) to improve diag messages.
Run as 'nobody' rather than root.
PR: ports/96637
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
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.
WWW: http://pgpool.projects.postgresql.org/
PR: 87701
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com>