pgsql: postgres_fdw: Revert unstable tests for postgres_fdw.application

2021-12-24 Thread Fujii Masao
postgres_fdw: Revert unstable tests for postgres_fdw.application_name. Commit 6e0cb3dec1 added the tests that check that escape sequences in postgres_fdw.application_name setting are replaced with status information expectedly. But they were unstable and caused some buildfarm members to report the

pgsql: postgres_fdw: Revert unstable tests for postgres_fdw.application

2021-09-08 Thread Fujii Masao
postgres_fdw: Revert unstable tests for postgres_fdw.application_name. Commit 449ab63505 added the tests that check that postgres_fdw.application_name GUC works as expected. But they were unstable and caused some buildfarm members to report the failure. This commit reverts those unstable tests. R