#author("2019-11-23T09:15:57+00:00","default:haikikyou","haikikyou")
[[PostgreSQL/解析/WAL]]

* REDO [#p20b8921]

PostgreSQLのWALをリプレイする。

- [[src/backend/access/transam/xlog.c#StartupXLOG()>https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/access/transam/xlog.c;h=1a8704222350f0509916afa343154edb9132abc7;hb=refs/heads/REL_12_STABLE#l6198]] - &size(11){&color(gray){https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;h=refs/heads/REL_12_STABLE};};

* スタートアッププロセス全体概要 [#l6fbe0f0]

スタートアップの大まかな流れを示した図は以下の通り。~
(全てのメソッドを列挙している訳ではないので、詳細はソースを参照のこと)

#ref(startup_xlog.jpg, 80%)

* 参考リンク [#s69c577a]

- PostgreSQL12 - xlog.c
-- [[src/backend/access/transam/xlog.c>https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/access/transam/xlog.c;h=1a8704222350f0509916afa343154edb9132abc7;hb=refs/heads/REL_12_STABLE#l6198]] - &size(11){&color(gray){https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;h=refs/heads/REL_12_STABLE};};


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
目次
ダブルクリックで閉じるTOP | 閉じる
GO TO TOP