mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix some compiler warnings that clang emits with -pedantic.
Andres Freund
This commit is contained in:
@ -676,7 +676,7 @@ typedef enum BackendState
|
||||
STATE_IDLEINTRANSACTION,
|
||||
STATE_FASTPATH,
|
||||
STATE_IDLEINTRANSACTION_ABORTED,
|
||||
STATE_DISABLED,
|
||||
STATE_DISABLED
|
||||
} BackendState;
|
||||
|
||||
/* ----------
|
||||
|
Reference in New Issue
Block a user