git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 55e56c8) | patch
Prevent summarizer hang when summarize_wal turned off and back on.
2024年6月25日 19:42:36 +0000 (15:42 -0400)
2024年6月28日 12:29:05 +0000 (08:29 -0400)
commit 065583cf460f980a182498941ac52810f709a897
Prevent summarizer hang when summarize_wal turned off and back on.

Before this commit, when the WAL summarizer started up or recovered
from an error, it would resume summarization from wherever it left
off. That was OK normally, but wrong if summarize_wal=off had been
turned off temporary, allowing some WAL to be removed, and then turned
back on again. In such cases, the WAL summarizer would simply hang
forever. This commit changes the reinitialization sequence for WAL
summarizer to rederive the starting position in the way we were
already doing at initial startup, fixing the problem.

Per report from Israel Barth Rubio. Reviewed by Tom Lane.

Discussion: http://postgr.es/m/CA+TgmoYN6x=YS+FoFOS6=nr6=qkXZFWhdiL7k0oatGwug2hcuA@mail.gmail.com
src/backend/access/transam/xlog.c diff | blob | blame | history
src/backend/postmaster/walsummarizer.c diff | blob | blame | history
src/include/postmaster/walsummarizer.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /