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

pgsql: Tag refs/tags/REL_17_6 was created

2025-08-12 Thread noreply
Tag refs/tags/REL_17_6 was created.

pgsql: Tag refs/tags/REL_14_19 was created

2025-08-12 Thread noreply
Tag refs/tags/REL_14_19 was created.

pgsql: Tag refs/tags/REL_15_14 was created

2025-08-12 Thread noreply
Tag refs/tags/REL_15_14 was created.

pgsql: Tag refs/tags/REL_18_BETA3 was created

2025-08-12 Thread noreply
Tag refs/tags/REL_18_BETA3 was created.

pgsql: Tag refs/tags/REL_16_10 was created

2025-08-12 Thread noreply
Tag refs/tags/REL_16_10 was created.

pgsql: Tag refs/tags/REL_13_22 was created

2025-08-12 Thread noreply
Tag refs/tags/REL_13_22 was created.

pgsql: libpq: Set LDAP protocol version 3

2025-08-12 Thread Peter Eisentraut
libpq: Set LDAP protocol version 3 Some LDAP servers reject the default version 2 protocol. So set version 3 before starting the connection. This matches how the backend LDAP code has worked all along. Co-authored-by: Andrew Jackson Reviewed-by: Pavel Seleznev Discussion: https://www.postgre