Fix regression test failure when wal_level is set to minimal. Commit 67c209 removed the WARNING for insufficient wal_level from the expected output, but the WARNING may still appear on buildfarm members that run with wal_level=minimal.
To avoid unstable test output depending on wal_level, this commit the test to use ALTER PUBLICATION for verifying the same behavior, ensuring the output remains consistent regardless of the wal_level setting. Per buildfarm member thorntail. Author: Zhijie Hou <[email protected]> Discussion: https://postgr.es/m/ty4pr01mb16907680e27bab146c8eb1a4294...@ty4pr01mb16907.jpnprd01.prod.outlook.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0de5f0d869d1e06f172f10adf441e504174cf2fe Modified Files -------------- src/test/regress/expected/publication.out | 8 +++----- src/test/regress/sql/publication.sql | 6 ++---- 2 files changed, 5 insertions(+), 9 deletions(-)
