diff options
Diffstat (limited to 'src/include/utils/timeout.h')
-rw-r--r-- | src/include/utils/timeout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/timeout.h b/src/include/utils/timeout.h index 20e7cf72d0d..a5d8f078246 100644 --- a/src/include/utils/timeout.h +++ b/src/include/utils/timeout.h @@ -31,6 +31,7 @@ typedef enum TimeoutId STANDBY_TIMEOUT, STANDBY_LOCK_TIMEOUT, IDLE_IN_TRANSACTION_SESSION_TIMEOUT, + TRANSACTION_TIMEOUT, IDLE_SESSION_TIMEOUT, IDLE_STATS_UPDATE_TIMEOUT, CLIENT_CONNECTION_CHECK_TIMEOUT, |