Re: Proposal: Log inability to lock pages during vacuum - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proposal: Log inability to lock pages during vacuum
Date
Msg-id 16029.1413932723@sss.pgh.pa.us
Whole thread Raw
In response to Re: Proposal: Log inability to lock pages during vacuum  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: Proposal: Log inability to lock pages during vacuum
List pgsql-hackers
Jim Nasby <Jim.Nasby@BlueTreble.com> writes:
> - What happens if we run out of space to remember skipped blocks?

You forget some, and are no worse off than today.  (This might be an
event worthy of logging, if the array is large enough that we don't
expect it to happen often ...)
        regards, tom lane



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Proposal: Log inability to lock pages during vacuum
Next
From: Jim Nasby
Date:
Subject: Re: Possible micro-optimization in CacheInvalidateHeapTuple