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, 1 insertions, 1 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index 1fc45acc239..4be09fe8dc3 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -718,7 +718,7 @@ typedef enum WaitClass
typedef enum ProgressCommandType
{
PROGRESS_COMMAND_INVALID,
- PROGRESS_COMMAND_VACUUM,
+ PROGRESS_COMMAND_VACUUM
} ProgressCommandType;
#define PGSTAT_NUM_PROGRESS_PARAM 10