During Xlog replaying, is there maybe emitted xlog? - Mailing list pgsql-hackers

From xu2002261
Subject During Xlog replaying, is there maybe emitted xlog?
Date
Msg-id 201207180929513283240@163.com
Whole thread Raw
Responses Re: During Xlog replaying, is there maybe emitted xlog?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: Checkpointer split has broken things dramatically (was Re: DELETE vs TRUNCATE explanation)
Next
From: Tom Lane
Date:
Subject: Re: During Xlog replaying, is there maybe emitted xlog?