Initialize wal_level in the initial checkpoint record.
authorRobert Haas <rhaas@postgresql.org>
Mon, 22 Jul 2024 19:32:43 +0000 (15:32 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 22 Jul 2024 19:32:43 +0000 (15:32 -0400)
commit6a6ebb92b0d4c0787797538ec3ff342fd8e7c1ed
tree5ff40955d22fc5dadefc458465482ef6750648da
parente4326fbc60c44aab6df5849d3d67a0cba4c71cf2
Initialize wal_level in the initial checkpoint record.

As per Coverity and Tom Lane, commit 402b586d0 (back-patched to v17
as 2b5819e2b) forgot to initialize this new structure member in this
code path.
src/backend/access/transam/xlog.c