summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
diff options
context:
space:
mode:
authorRobert Haas2014-04-04 15:26:01 +0000
committerRobert Haas2014-04-04 15:29:50 +0000
commit59202fae0434c98beb4994c5fe4df354a6af31e6 (patch)
tree4aac1efe801fe27872a202dba130b72db0633d9b /src/include/pgstat.h
parentb1236f4b7ba2c05542f44d07c0a9ffbec3b66295 (diff)
Fix some compiler warnings that clang emits with -pedantic.
Andres Freund
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 932c83d79e..5f131f8272 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -676,7 +676,7 @@ typedef enum BackendState
STATE_IDLEINTRANSACTION,
STATE_FASTPATH,
STATE_IDLEINTRANSACTION_ABORTED,
- STATE_DISABLED,
+ STATE_DISABLED
} BackendState;
/* ----------