Remove wal_level settings for subscribers in tap tests
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: "'pgsql-hackers@lists.postgresql.org'" <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-18T02:59:52Z
Lists: pgsql-hackers
Attachments
- 0001-remove-unnecessary-wal_level-settings.patch (application/octet-stream) patch 0001
Dear hackers, While discussing [1], I found that in tap tests, wal_level was set to logical for subscribers too. The setting is not needed for subscriber side, and it may cause misunderstanding for newcomers. Therefore, I wanted to propose the patch which removes unnecessary "allows_streaming => 'logical'". I grepped with the string and checked the necessity of them one by one. How do you think? [1]: https://commitfest.postgresql.org/45/4273/ Best Regards, Hayato Kuroda FUJITSU LIMITED
Commits
-
Remove unnecessary dependencies to wal_level=logical in TAP tests
- dcd4454590e7 17.0 landed