pgsql: postgres_fdw: Fix tests with ANALYZE and remote sampling

2025-08-12 Thread Michael Paquier
postgres_fdw: Fix tests with ANALYZE and remote sampling The tests fixed in this commit were changing the sampling setting of a foreign server, but then were analyzing a local table instead of a foreign table, meaning that the test was not running for its original purpose. This commit changes the

pgsql: postgres_fdw: Fix tests with ANALYZE and remote sampling

2025-08-12 Thread Michael Paquier
postgres_fdw: Fix tests with ANALYZE and remote sampling The tests fixed in this commit were changing the sampling setting of a foreign server, but then were analyzing a local table instead of a foreign table, meaning that the test was not running for its original purpose. This commit changes the

pgsql: postgres_fdw: Fix tests with ANALYZE and remote sampling

2025-08-12 Thread Michael Paquier
postgres_fdw: Fix tests with ANALYZE and remote sampling The tests fixed in this commit were changing the sampling setting of a foreign server, but then were analyzing a local table instead of a foreign table, meaning that the test was not running for its original purpose. This commit changes the

pgsql: postgres_fdw: Fix tests with ANALYZE and remote sampling

2025-08-12 Thread Michael Paquier
postgres_fdw: Fix tests with ANALYZE and remote sampling The tests fixed in this commit were changing the sampling setting of a foreign server, but then were analyzing a local table instead of a foreign table, meaning that the test was not running for its original purpose. This commit changes the