Re: [PATCH] Microvacuum for gist. - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: [PATCH] Microvacuum for gist.
Date
Msg-id 55BAA039.1030107@BlueTreble.com
Whole thread Raw
In response to Re: [PATCH] Microvacuum for gist.  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List pgsql-hackers
On 7/30/15 7:33 AM, Alexander Korotkov wrote:
> 2) Generating notices for every dead tuple would be too noisy. I suggest
> to replace notice with one of debug levels.
>
> + elog(NOTICE, "gistkillitems. Mark Item Dead offnum %hd, blkno %d",
> offnum, BufferGetBlockNumber(buffer));

Even that seems like pretty serious overkill. vacuumlazy.c doesn't have 
anything like that, and I don't think the BTree code does either. If you 
were debugging something and actually needed it I'd say drop in a 
temporary printf().
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Data in Trouble? Get it in Treble! http://BlueTreble.com



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Updatable view?
Next
From: Jim Nasby
Date:
Subject: Re: Proposal: backend "niceness" / session_priority