Re: SV: Log files polluted with permission denied error messages after every 10 seconds
Andrus <kobruleht2@hot.ee>
From: Andrus <kobruleht2@hot.ee>
To: Michael Paquier <michael@paquier.xyz>
Cc: Thomas Munro <thomas.munro@gmail.com>, Niels Jespersen <NJN@dst.dk>,
Tom Lane <tgl@sss.pgh.pa.us>, Laurenz Albe <laurenz.albe@cybertec.at>,
pgsql-general <pgsql-general@postgresql.org>
Date: 2021-03-17T08:45:28Z
Lists: pgsql-general
>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
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix concurrency issues with WAL segment recycling on Windows
- 78c24e97dd18 13.3 landed
- 909b449e00fc 14.0 landed