I want to omit the fopen message of Windows.

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: I want to omit the fopen message of Windows.
Date: 2007-02-28 06:07:21
Message-ID: 039b01c75afe$b58b0b50$c701a8c0@wiseknot.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
fd.c_patch application/octet-stream 400 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joshua D. Drake 2007-02-28 06:08:25 Re: [HACKERS]
Previous Message ITAGAKI Takahiro 2007-02-28 06:04:09 Re: Dead Space Map version 2