diff options
Diffstat (limited to 'src/include/pgstat.h')
-rw-r--r-- | src/include/pgstat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index 4ed9ed76cc2..be2f59239bf 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -710,9 +710,7 @@ typedef enum BackendType B_STARTUP, B_WAL_RECEIVER, B_WAL_SENDER, - B_WAL_WRITER, - B_CHECKSUMHELPER_LAUNCHER, - B_CHECKSUMHELPER_WORKER + B_WAL_WRITER } BackendType; |