Missing FIN_CRC32 calls in logical replication code

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Missing FIN_CRC32 calls in logical replication code
Дата
Msg-id 544E23C0.8090605@vmware.com
обсуждение исходный текст
Ответы Re: Missing FIN_CRC32 calls in logical replication code  (Andres Freund <andres@2ndQuadrant.com>)
Список pgsql-hackers
replication/slot.c and replication/logical/snapbuild.c use a CRC on the 
physical slot and snapshot files. It uses the same algorithm as used 
e.g. for the WAL. However, they are not doing the finalization step, 
FIN_CRC32() on the calculated checksums. Not that it matters much, but 
it's a bit weird and inconsistent, and was probably an oversight.

- Heikki



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Function array_agg(array)
Следующее
От: Atri Sharma
Дата:
Сообщение: Re: proposal: CREATE DATABASE vs. (partial) CHECKPOINT