Обсуждение: pgsql: Initialize wal_level in the initial checkpoint record.

Поиск
Список
Период
Сортировка

pgsql: Initialize wal_level in the initial checkpoint record.

От
Robert Haas
Дата:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a6ebb92b0d4c0787797538ec3ff342fd8e7c1ed

Modified Files
--------------
src/backend/access/transam/xlog.c | 1 +
1 file changed, 1 insertion(+)