Fix wrong log in pgstat_report_checksum_failures_in_db()

From: wangpeng <215722532(at)qq(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Fix wrong log in pgstat_report_checksum_failures_in_db()
Date: 2026-02-11 09:22:27
Message-ID: tencent_9B6CD6D9D34AE28CDEADEC6188DB3BA1FE07@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

The function pgstat_report_checksum_failures_in_db(), file
pgstat_database.c,
currently emits a log message referring to "conflicts", which seems wrong.
As the function name suggesting, the log message should refer to
"checksum failures".

Best regards,
Wang Peng

Attachment Content-Type Size
v1-0001-Fix-wrong-log-in-pgstat_report_checksum_failures.patch text/plain 914 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-02-11 09:58:47 Questionable description about character sets
Previous Message Zhijie Hou (Fujitsu) 2026-02-11 08:44:33 RE: Improve pg_sync_replication_slots() to wait for primary to advance