Re: Online enabling of checksums

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Online enabling of checksums
Дата
Msg-id 20180228194242.qbjasdtwm2yj5rqg@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Online enabling of checksums  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Online enabling of checksums  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Re: Online enabling of checksums  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
I noticed that pg_verify_checksum takes an "-o oid" argument to only
check the relation with that OID; but that's wrong, because the number
is a relfilenode, not an OID (since it's compared to the on-disk file
name).  I would suggest changing everything to clarify that it's a
pg_class.relfilenode value, otherwise it's going to be very confusing.
Maybe use "-f filenode" if -f is available?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: handling of heap rewrites in logical decoding
Следующее
От: Peter Eisentraut
Дата:
Сообщение: PL/pgSQL nested CALL with transactions