Re: Invalid remote sampling test in postgres_fdw.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Invalid remote sampling test in postgres_fdw.
Date: 2025-08-13 04:14:14
Message-ID: aJwRFu5PW88fyAD_@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2025-08-13 04:20:27 Re: Parallel Apply
Previous Message Amit Kapila 2025-08-13 04:00:23 Re: Excessive LOG messages from replication slot sync worker