diff options
Diffstat (limited to 'src/include/access/xlog.h')
| -rw-r--r-- | src/include/access/xlog.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 7e9bad6e3a..7056fd6189 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -259,12 +259,12 @@ typedef struct CheckpointStatsData int ckpt_segs_removed; /* # of xlog segments deleted */ int ckpt_segs_recycled; /* # of xlog segments recycled */ - int ckpt_sync_rels; /* # of relations synced */ - uint64 ckpt_longest_sync; /* Longest sync for one relation */ - uint64 ckpt_agg_sync_time; /* The sum of all the individual sync - * times, which is not necessarily the - * same as the total elapsed time for - * the entire sync phase. */ + int ckpt_sync_rels; /* # of relations synced */ + uint64 ckpt_longest_sync; /* Longest sync for one relation */ + uint64 ckpt_agg_sync_time; /* The sum of all the individual sync + * times, which is not necessarily the + * same as the total elapsed time for + * the entire sync phase. */ } CheckpointStatsData; extern CheckpointStatsData CheckpointStats; |
