Re: Invalid remote sampling test in postgres_fdw.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Corey Huinker <corey.huinker@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2025-08-13T04:14:14Z
Lists: pgsql-hackers
On Tue, Aug 12, 2025 at 08:58:47AM +0900, Michael Paquier wrote: > CREATE FOREIGN TABLE analyze_ftable (id int, a text, b bigint) > - SERVER loopback OPTIONS (table_name 'analyze_rtable1'); > + SERVER loopback OPTIONS (table_name 'analyze_table'); > > Good catch. So what your patch is telling here is that > analyze_rtable1 does not exist. I suspect a fuzz from a rebase. Will > backpatch accordingly once the stable branches reopen. Applied 0001 down to v16 to fix the test, as of 327bd6111aed. -- Michael
Commits
-
postgres_fdw: Use psql variables for connection parameters
- 36aed19fd990 19 (unreleased) landed
-
postgres_fdw: Fix tests with ANALYZE and remote sampling
- 327bd6111aed 16.11 landed
- e81a5031d51f 17.7 landed
- 2102667b3c1b 18.0 landed
- 783cbb6d5e8b 19 (unreleased) landed