I want to omit the fopen message of Windows. - Mailing list pgsql-patches

From Hiroshi Saito
Subject I want to omit the fopen message of Windows.
Date
Msg-id 039b01c75afe$b58b0b50$c701a8c0@wiseknot.local
Whole thread Raw
Responses Re: I want to omit the fopen message of Windows.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Hi Magnus.

Is this message necessary for setting errno again?

LOG:  database system was interrupted; last known up at 2007-02-28 14:42:27 JST
LOG:  Windows fopen("recovery.conf","r") failed: code 2, errno 2
LOG:  Windows fopen("pg_xlog/00000001.history","r") failed: code 2, errno 2
LOG:  Windows fopen("backup_label","r") failed: code 2, errno 2
LOG:  checkpoint record is at 0/4C54A8
LOG:  redo record is at 0/4C54A8; undo record is at 0/0; shutdown TRUE
LOG:  next transaction ID: 0/599; next OID: 11468
LOG:  next MultiXactId: 1; next MultiXactOffset: 0
LOG:  database system was not properly shut down; automatic recovery in progress
LOG:  record with zero length at 0/4C54F8
LOG:  redo is not required
LOG:  Windows fopen("global/pg_fsm.cache","rb") failed: code 2, errno 2
LOG:  database system is ready to accept connections
LOG:  Windows fopen("global/pgstat.stat","rb") failed: code 2, errno 2
LOG:  autovacuum launcher started

I have misgivings about user's surprise...... You have already completed debugging.:-)
Therefore, it wants to make it omit at the DEBUG1 level.

Regards,
Hiroshi Saito

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS]
Next
From: "Joshua D. Drake"
Date:
Subject: Re: [HACKERS]