Re: Double entries in log for page slots in beta3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Double entries in log for page slots in beta3
Date: 2006-11-28 18:02:50
Message-ID: 17770.1164736970@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> writes:
> One exceedingly minor logging issue I just noticed in looking at the log
> from a beta3.

Yeah, this is someone's idea of a feature:

CheckFreeSpaceMapStatistics(NOTICE, numRels, needed);
/* Print to server logs too because is deals with a config variable. */
CheckFreeSpaceMapStatistics(LOG, numRels, needed);

I thought it was a crock when it was put in, but lost the argument.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-11-28 18:17:18 custom variable classes
Previous Message Simon Riggs 2006-11-28 17:40:18 Re: [HACKERS] FAQs and Port Status