By adding the positive variants of options, in addition to the negative variants that already exist, users can be explicit about what pg_dump should produce.
We need the -I switch for libpq_srcdir to come before any -I switches injected by configure.
This new option instructs pg_upgrade to move the data directories from the old cluster to the new cluster and then to replace the catalog files with those generated for the new cluster.
For import and export, use schemaname/relname rather than regclass.
The default interval for \watch to wait between executing queries, when executed without a specified interval, was hardcoded to two seconds.
The latest version of APSO (1.4.4) introduces a new positional argument in the def console(): in apso_utile.py, named 'prettyprint'. The def is used in SF_Exception.PythonShell() The absence of the argument caused an exception/regression.
Change-Id: I6c3f2ac7b7ca6c96e2ecf83ff90a4461ea7f20e7 Reviewed-on:
Change-Id: I5323eaba60a1dbc6b872550dbbfed0fe989bcd11 Reviewed-on:
Small fixes for commit f4e53e10b6c: Add missing calls to InvokeObjectPostAlterHook() and also CacheInvalidateRelcache().
The network (inet) support functions currently only supported a hardcoded btree operator family.
Add function __inet_pton_chk which calls __chk_fail when the size of argument dst is too small.
In case the cursor is inside a delete redline (single-paragraph, plain text), then .uno:ReinstateTrackedChange works for that change.
ATM this performs as well or better as any other algorithm tried.
This is a replacement in ffmpeg for the deprecated avcodec flag AV_CODEC_FLAG_DROPCHANGED. This option is meant to be used when the filtergraph should not be reinited upon input parameter changes as that leads to loss of state in the filtergraph potentially leading to broken or aborted output, e.g.
And the same in a couple of more related classes, so we can still have a single version of the QUERY_PUT_IMPL() macro.
Improve psql's tab completion for VACUUM and ANALYZE by supporting the ONLY option introduced in 62ddf7ee9.
Currently the AVX2 version of uyvytoyuv422 in the SIMD loop does the following: 4 vinsertq to have interleaving of the vector lanes during load from memory.
The catchall exception condition OTHERS was represented as sqlerrstate == 0, which was a poor choice because that comes out the same as SQLSTATE '00000'.
Add a new scheduling heuristic: don't end the ongoing primitive index scan immediately (at the point where _bt_advance_array_keys notices that the next set of matching tuples must be on a later page) if the primscan already managed to step right/left from its first leaf page.
Tracks cannot be rec-enabled at the same as clips/slots/cues/triggers are rec-enabled.
The tst-origin test must link against liborigin-mod.so.
Add a configure check to detect bootstrapping builds that do not have libgcc_s.
This commit introduces a new GUC option max_active_replication_origins to control the maximum number of active replication origins.
The 7bb8045ec0 path made the '%n' fortify check ignore EMFILE errors while trying to open /proc/self/maps, and this added a security issue where EMFILE can be attacker-controlled thus making it ineffective for some cases. The EMFILE failure is reinstated but with a different error message.
This commit adds option for enabling SmartAccess Video (SAV) in AMF encoders.
This helped me to workaround a very mysterious problem, that appeared in non-debug build (using VS2022 17.14.0 preview 2.0), where a concat in cppuhelper::ServiceManager::addSingletonContextEntries looking like "/singletons/" + u"com.sun.star.configuration.theDefaultProvider"_ustr gave "/single/sincom.sun.star.configuration.theDefaultProvider".
These three symbols are private and are not even needed to be exported by the private 'ZLIBprivate_1.0' version tag.
- Create the __inet_ntop_chk routine that verifies that the builtin size of the destination buffer is at least as big as the size given by the user.
StartReadBuffers() reports a short read when it finds a cached block that ends a range needing I/O by updating the caller's *nblocks.
In preparation for a follow-up change to the buffer manager, teach read_stream.c to manage buffers "forwarded" from one StartReadBuffers() call to the next after a short read.
pg_drop_replication_slot() can drop replication slots created on a different database than the one where it is executed.
Also, use perl 'version' instead of 'api_versionstring' to sync with the configure script.
With 7d3778e0ef9f54f3c8988f1b84d58e7002d6c625 page breaks in tables were ignored in docx import.
Commit c65bc2e1d14a2d4daed7c1921ac518f2c5ac3d17 made it possible for loadable modules to add EXPLAIN options.
Change-Id: Id0555f0e89e3e21010b36559bec0caefe63fe8d6 Reviewed-on:
This new parameter works just like the storage parameter of the same name: if set to true (which is the default), autovacuum and VACUUM attempt to truncate any empty pages at the end of the table.
In case the cursor is inside an insert redline, then .uno:ReinstateTrackedChange works for that change, but if multiple inserts are selected, then this simply results in a reject with no history.
Change-Id: I06b8b4803a5df590c859b820eeed90811e847ec7 Reviewed-on:
that was already our documented baseline, but configure still accepted older versions of the macOS SDK/older versions of Xcode.
This patch introduces a new '-R'/'--remove' option in the 'pg_createsubscriber' utility to specify the object types to be removed from the subscriber.