Re: BUG #16614: Stale temporary objects makes vacuum ineffective when 1 million transactions remain - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16614: Stale temporary objects makes vacuum ineffective when 1 million transactions remain
Date
Msg-id 371035.1599834081@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #16614: Stale temporary objects makes vacuum ineffective when 1 million transactions remain  (Michael Paquier <michael@paquier.xyz>)
Responses Re: BUG #16614: Stale temporary objects makes vacuum ineffective when 1 million transactions remain  (Michael Paquier <michael@paquier.xyz>)
Re: BUG #16614: Stale temporary objects makes vacuum ineffective when 1 million transactions remain  (Giorgio Saviane <gsaviane@gmail.com>)
List pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes:
> Yeah.  11 and newer versions have been made even more aggressive with
> the cleanup of orphaned tables in autovacuum, particularly the case
> where a backend reuses the ID of a past session that crashed, leaving
> behind some temporary tables.  Perhaps that was the case here?

Off-list, the OP indicated that the problem is actually of the other
category, ie the problematic tables belong to extremely long-lived
sessions that are managed by a connection pooler.  I don't quite
understand why the pooler isn't issuing DISCARD ALL between clients,
but anyway it seems that PG is operating as designed here.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Jehan-Guillaume de Rorthais
Date:
Subject: Re: [BUG v13] Crash with event trigger in extension
Next
From: Tushar Takate
Date:
Subject: Re: BUG #16605: PostgreSQL recovery startup process waiting and blocking to application queries