+ ninja, you can refer to the
url="https://mesonbuild.com/Running-Meson.html#building-from-the-source">
- documentation.
+ Meson documentation.
The PO files can be edited with a regular text editor. There are also
several specialized editors for PO files which can help the process with
- translation specific features.
+ translation-specific features.
There is (unsurprisingly) a PO mode for Emacs, which can be quite
useful.
The pg_filenode_relation function (see
) can help you to
- determine which relation was modified during original execution
+ determine which relation was modified during original execution.
an UPDATE that changes the partition key value can
cause a row to be moved from a local partition to a foreign-table
partition, provided the foreign data wrapper supports tuple routing.
- However it is not currently possible to move a row from a
+ However, it is not currently possible to move a row from a
foreign-table partition to another partition.
An UPDATE that would require doing that will fail
due to the partitioning constraint, assuming that that is properly
Apply transaction locks are used in parallel mode to apply the transaction
- in logical replication. The remote transaction id is displayed in the
+ in logical replication. The remote transaction ID is displayed in the
transactionid column. The objsubid
displays the lock subtype which is 0 for the lock used to synchronize the
set of changes, and 1 for the lock used to wait for the transaction to
When a top-level transaction with an xid commits, all of its
subcommitted child subtransactions are also persistently recorded
- as committed in the pg_xact directory. If the
+ as committed in the pg_xact subdirectory. If the
top-level transaction aborts, all its subtransactions are also aborted,
even if they were subcommitted.