pgsql: Initialize wal_level in the initial checkpoint record.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Initialize wal_level in the initial checkpoint record.
Дата
Msg-id E1sVyvm-000kiW-O4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e7dabbcebd445b67a5413d48458b5cf5b4c7930a

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove grotty use of disable_cost for TID scan plans.
Следующее
От: Melanie Plageman
Дата:
Сообщение: pgsql: Revert "Test that vacuum removes tuples older than OldestXmin"