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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 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:12:41
Message-ID: 3780009.1722539561@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-08-01 19:25:17 Re: VACUUM on temp table blocks VACUUM on another...
Previous Message Jim Vanns 2024-08-01 15:54:49 VACUUM on temp table blocks VACUUM on another...