pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d
Дата
Msg-id E1kkGvR-0006cn-BW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_checksums: data_checksum_version is unsigned so use %u not %d

While the previous behavior didn't generate a warning, we might as well
use an accurate *printf specification.

Backpatch-through: 12

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/bin/pg_checksums/pg_checksums.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Ensure that expandTableLikeClause() re-examines the same table.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes