aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/xlog_internal.h2
-rw-r--r--src/include/pgstat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h
index 7089a1c48f7..658257b3a16 100644
--- a/src/include/access/xlog_internal.h
+++ b/src/include/access/xlog_internal.h
@@ -252,7 +252,7 @@ typedef enum
{
RECOVERY_TARGET_ACTION_PAUSE,
RECOVERY_TARGET_ACTION_PROMOTE,
- RECOVERY_TARGET_ACTION_SHUTDOWN,
+ RECOVERY_TARGET_ACTION_SHUTDOWN
} RecoveryTargetAction;
/*
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