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:34:54 +0000 (15:34 -0400)
commite7dabbcebd445b67a5413d48458b5cf5b4c7930a
tree52071b35ff8d07e77b40685cf2d75b1f5873aa12
parent6c8d2ea7a5fb7f85e5f64994affa33e79c19ddd3
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