diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pgstat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index be2f59239bf..d59c24ae238 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -921,6 +921,7 @@ typedef enum WAIT_EVENT_WAL_INIT_SYNC, WAIT_EVENT_WAL_INIT_WRITE, WAIT_EVENT_WAL_READ, + WAIT_EVENT_WAL_SYNC, WAIT_EVENT_WAL_SYNC_METHOD_ASSIGN, WAIT_EVENT_WAL_WRITE } WaitEventIO; |