diff options
| author | Robert Haas | 2014-04-04 15:26:01 +0000 |
|---|---|---|
| committer | Robert Haas | 2014-04-04 15:29:50 +0000 |
| commit | 59202fae0434c98beb4994c5fe4df354a6af31e6 (patch) | |
| tree | 4aac1efe801fe27872a202dba130b72db0633d9b /src/include/pgstat.h | |
| parent | b1236f4b7ba2c05542f44d07c0a9ffbec3b66295 (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.h | 2 |
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; /* ---------- |
