On Fri, Feb 22, 2019 at 3:01 PM Magnus Hagander <magnus@hagander.net> wrote:
>
> PFA is a patch to do this.
+void
+pgstat_report_checksum_failure(void)
+{
+ PgStat_MsgDeadlock msg;
I think that you meant PgStat_MsgChecksumFailure :)
+/* ----------
+ * pgstat_recv_checksum_failure() -
+ *
+ * Process a DEADLOCK message.
+ * ----------
same here
Otherwise LGTM.