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, 2 insertions, 0 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index d49bd80526..42bf9c4f3a 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -360,6 +360,7 @@ typedef struct PgStat_MsgBgWriter
PgStat_Counter m_buf_written_clean;
PgStat_Counter m_maxwritten_clean;
PgStat_Counter m_buf_written_backend;
+ PgStat_Counter m_buf_fsync_backend;
PgStat_Counter m_buf_alloc;
} PgStat_MsgBgWriter;
@@ -562,6 +563,7 @@ typedef struct PgStat_GlobalStats
PgStat_Counter buf_written_clean;
PgStat_Counter maxwritten_clean;
PgStat_Counter buf_written_backend;
+ PgStat_Counter buf_fsync_backend;
PgStat_Counter buf_alloc;
} PgStat_GlobalStats;