git.postgresql.org Git - postgresql.git/commit
2023年10月20日 01:09:27 +0000 (10:09 +0900)
2023年10月20日 01:09:27 +0000 (10:09 +0900)
commit dcd4454590e77dc90c28ce4b4a4b62369bbc03e2
Remove unnecessary dependencies to wal_level=logical in TAP tests
A couple of TAP tests make use of wal_level=logical for nodes that do
not need to do any kind of logical decoding operations, like
subscription nodes on which changes are only applied. This can be
confusing when reading these tests as setup examples, so let's remove
this configuration where not required (contrary to two-way logical
replication and similar more complex cases). This simplifies the tests
a bit, making them slightly cheaper with less WAL generated overall.
Author: Hayato Kuroda
Discussion: https://postgr.es/m/TYAPR01MB5866946BCEB747ABE513ACC6F5D5A@TYAPR01MB5866.jpnprd01.prod.outlook.com
32 files changed:
This is the main PostgreSQL git repository.
RSS
Atom