diff options
Diffstat (limited to 'src/include/pgstat.h')
-rw-r--r-- | src/include/pgstat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index fe2642f71a4..e6fd20f1ce2 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -265,8 +265,6 @@ typedef struct PgStat_CheckpointerStats PgStat_Counter checkpoint_write_time; /* times in milliseconds */ PgStat_Counter checkpoint_sync_time; PgStat_Counter buf_written_checkpoints; - PgStat_Counter buf_written_backend; - PgStat_Counter buf_fsync_backend; } PgStat_CheckpointerStats; |