no-op commit; default is still enabled
Why? Upstream removed support for non-LSE ARM CPUs because of possible corruption on high concurrent load.
Quite some people (including me) use this on RPI4 with net-mgmt/unifi7 and one WiFi dish. This is not a 'high concurrent load' and works fine.
By making this CPU optional I hope to support both types of usage.
- Fix added in CegoProcQueryStmt::execute,
after execution of the query, the cleanUp method must be called
to avoid leaks regarding stored proc object use
( this corresponds to the new optimized stored proc handling )
https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.47
Bug Fixes:
* Preserve block incremental info in manifest during delta backup.
* Fix block incremental file names in verify command.
* Fix spurious automatic delta backup on backup from standby.
* Skip recovery.signal for PostgreSQL >= 12 when recovery type=none.
* Fix unique label generation for diff/incr backup.
* Fix time-based archive expiration when no backups are expired.
Improvements:
* Improve performance of SFTP storage driver.
* Add timezone offset to info command date/time output.
* Centralize error handling for unsupported features.
Documentation Improvements:
* Clarify preference to install from packages in the user guide.
PR: 272735
Reported by: schoutm@gmail.com (maintainer)
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
At a fundamental level, this extension grants access to a number of
functions provided by the libidn and libidn2 libraries. Not all of the
functions provided by these libraries are exposed.
Whenever possible, the code will transform the encoding of the data in
the database to UTF-8 before further processing.
WWW: https://github.com/dyninc/postgresql-idn
Sponsored by: Bounce Commerce
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
- Patch addd for tableset stop procedure.
With the new optimized stored procedure handling ( CegoFunction module ),
the object cleanup must be done BEFORE the tableset is finally stopped.
Otherwise an uncaught exception occurs ( tableset not online )
which results in database crash after tableset shutdown.
Several modules have been modified for this
- In CegoFunction constructors, added _pProc = 0 initialization
for decoding and fromElement constructors. This avoids a set fault,
in case of database recovery, when a predicate expression
with user function is dedoded from log file
Author: Björn Lemke <lemke@lemke-it.com>
Without this patch, there is a circular dependency if Akonadi is built with
kaccounts-integration installed, as Akonadi has an optional dependency on
kaccounts-integration and libaccounts-qt5 that makes the port silently depend
on libkaccounts.so and libaccounts-qt5.so. kaccounts-integration, on the
other hand, had a dependency on Akonadi that was probably inherited from the
Qt4 version, as the Akonadi plugin was removed from the code base in 2015.
Reviewed by: rakuco, tcberner
Tested by: tcberner
Approved by: tcberner (mentor, kde@)
Differential Revision: https://reviews.freebsd.org/D41019