Re: Add a GUC check hook to ensure summarize_wal cannot be enabled when wal_level is minimal
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Nathan Bossart <nathandbossart@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2024-07-11T16:16:33Z
Lists: pgsql-hackers
On Thu, Jul 11, 2024 at 6:51 AM Fujii Masao <masao.fujii@oss.nttdata.com> wrote: > It looks like the fast_forward field in WalSummarizerData is no longer necessary. > > So far, I haven't found any other issues with the patch. Thanks for reviewing. Regarding fast_forward, I think I had the idea in mind that perhaps it should be exposed by pg_get_wal_summarizer_state(), but I didn't actually implement that. Thinking about it again, I think maybe it's fine to just remove it from the shared memory state, as this should be a rare scenario in practice. What is your opinion? -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Do not summarize WAL if generated with wal_level=minimal.
- 2b5819e2b4d6 17.0 landed
- 402b586d0a9c 18.0 landed
-
Revert "Auto-tune effective_cache size to be 4x shared buffers"
- a16d421ca4fc 9.4.0 cited
-
Un-break ecpg test suite under --disable-integer-datetimes.
- 08c8e8962f56 9.4.0 cited
-
Again fix initialization of auto-tuned effective_cache_size.
- af930e606a32 9.4.0 cited
-
Code review for auto-tuned effective_cache_size.
- 285089696199 9.4.0 cited
-
Auto-tune effective_cache size to be 4x shared buffers
- ee1e5662d8d8 9.4.0 cited