summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pgstat.h')
-rw-r--r--src/include/pgstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index 929987190cc..b5796a7bba6 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -541,7 +541,7 @@ typedef struct PgStat_MsgChecksumFailure
PgStat_MsgHdr m_hdr;
Oid m_databaseid;
int m_failurecount;
- TimestampTz m_failure_time;
+ TimestampTz m_failure_time;
} PgStat_MsgChecksumFailure;