During Xlog replaying, is there maybe emitted xlog?

From: "xu2002261" <xu2002261(at)163(dot)com>
To: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: During Xlog replaying, is there maybe emitted xlog?
Date: 2012-07-18 01:29:51
Message-ID: 201207180929513283240@163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I reviewed the source code, and saw the following calling path:

StartupXLOG() > StartupDatabase() > RmgrTable[rmid].rm_cleanup() > btree_xlog_cleanup() > _bt_insert_parent > _bt_insertonpg() > XLogInsert()

As we can see, during xlog replaying, XLog may be emitted. So whether there are some *ISSUE* in above calling stack?

thanks.

发信日期:2012-07-18

xu2002261

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-07-18 02:05:19 Re: During Xlog replaying, is there maybe emitted xlog?
Previous Message Mike Wilson 2012-07-18 00:41:05 Re: BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)