Re: VACUUM on temp table blocks VACUUM on another...

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jim Vanns <jvanns(at)ilm(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: VACUUM on temp table blocks VACUUM on another...
Date: 2024-08-01 19:25:17
Message-ID: 2583d693-f728-46d6-af57-5012cb223b28@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/1/24 12:12, Tom Lane wrote:
> Jim Vanns <jvanns(at)ilm(dot)com> writes:
>> I have two sessions, each creating a temporary table of the same name -
>> 'foobar'. Why would a vacuum of 'foobar' from one session block the vacuum
>> of 'foobar' in the other session?
>
> That's fairly hard to believe. Can you provide a self-contained test
> case?

Would also be nice to know what version of Postgres and where you are
running the server?

>
> regards, tom lane
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Vanns 2024-08-01 19:58:06 Re: VACUUM on temp table blocks VACUUM on another...
Previous Message Tom Lane 2024-08-01 19:12:41 Re: VACUUM on temp table blocks VACUUM on another...