>On Wed, Mar 17, 2021 at 09:25:00AM +0200, Andrus wrote:
pg_config --configure outputs
--enable-thread-safety --enable-nls --with-ldap --with-openssl --with-uuid
--with-libxml --with-libxslt --with-icu --with-tcl --with-perl --with-python
Thanks. Do you actually use OpenSSL,
Not directly. Maybe server uses it for ssl connections but non-ssl
connections are also allowed.
LDAP
no.
uuid-ossp,
It is used to get guid in few places for compatibility with older servers.
xml2, PL/Perl PL/Python,
No.
or the XML datatype
In this server hopefully no. Application code contains xml parsing it
but probably those queries are never running in this server.
Andrus.
for your applications there? It may be
better if those custom builds have a minimum number of dependencies
filled, while still being compatible with what you do on those servers
so as they can still have some load applied.
--
Michael