On Thu, Sep 12, 2024 at 07:56:56PM -0500, Nathan Bossart wrote:
> I see that skimmer is failing with this error:
>
> ERROR: cannot access temporary tables during a parallel operation
>
> This makes sense because that machine has
> debug_parallel_query/force_parallel_mode set to "regress", but this test
> file has used a temporary table for a couple of years without issue...
Oh, the answer seems to be commits aeaaf52 and 47a22dc. In short, we can't
use a temporary sequence in this test for versions older than v15.
--
nathan