pgsql: Fix thinko in re-setting wal_log_hints flag from a parameter-cha

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix thinko in re-setting wal_log_hints flag from a parameter-cha
Дата
Msg-id E1YBpbE-0001av-IC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.

The flag is supposed to be copied from the record. Same issue with
track_commit_timestamps, but that's master-only.

Report and fix by Petr Jalinek. Backpatch to 9.4, where wal_log_hints was
added.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b337d9657b4dbb72cfbb1012c15a01c5c74ff533

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


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix thinko in re-setting wal_log_hints flag from a parameter-cha
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix use-of-already-freed-memory problem in EvalPlanQual processi