aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/objectaccess.h2
-rw-r--r--src/include/pgstat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/objectaccess.h b/src/include/catalog/objectaccess.h
index e97c62001b4..d9c959ac919 100644
--- a/src/include/catalog/objectaccess.h
+++ b/src/include/catalog/objectaccess.h
@@ -27,7 +27,7 @@
typedef enum ObjectAccessType
{
OAT_POST_CREATE,
- OAT_DROP,
+ OAT_DROP
} ObjectAccessType;
/*
diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index b3762edb097..a9edf8f6631 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -637,7 +637,7 @@ typedef enum BackendState
STATE_IDLEINTRANSACTION,
STATE_FASTPATH,
STATE_IDLEINTRANSACTION_ABORTED,
- STATE_DISABLED,
+ STATE_DISABLED
} BackendState;
/* ----------