mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 17:13:40 -04:00
ba2b2a2c4e
< * Prevent long-lived temporary tables from causing frozen-Xid advancement > * Prevent long-lived temporary tables from causing frozen-xid advancement > > The problem is that autovacuum cannot vacuum them to set frozen xids; > only the session that created them can do that. > > >