Freezing without cleanup lock - Mailing list pgsql-hackers

From Jim Nasby
Subject Freezing without cleanup lock
Date
Msg-id 5627E76D.4050009@BlueTreble.com
Whole thread Raw
Responses Re: Freezing without cleanup lock  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Freezing without cleanup lock  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
While warning a client that just did a Slony-based version upgrade to 
make sure to freeze the new database, it occurred to me that it should 
be safe to freeze without the cleanup lock. This is interesting because 
it would allow a scan_all vacuum to do it's job without blocking on the 
cleanup lock.

Does anyone have a feel for whether scan_all vacuums blocking on the 
cleanup lock is an actual problem?
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Freeze avoidance of very large table.
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #13694: Row Level Security by-passed with CREATEUSER permission