suggest remove of elog in xlog.c

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: vmikheev(at)SECTORBASE(dot)COM
Cc: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: suggest remove of elog in xlog.c
Date: 2000-12-11 15:09:03
Message-ID: 11C1E6749A55D411A9670001FA687963368170@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I suggest to remove the following elog from line 943 of xlog.c.
It does not give real useful info and is repeated for each checkpoint,
thus filling the log of an otherwise idle server.

elog(LOG, "MoveOfflineLogs: skip %s", xlde->d_name);

DEBUG: MoveOfflineLogs: skip 0000000000000001

Greetings :-)
Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-11 15:30:07 Re: Regular expression question
Previous Message Martin A. Marques 2000-12-11 15:07:01 No postgres on Solaris