diff options
Diffstat (limited to 'src/include/utils/wait_event.h')
-rw-r--r-- | src/include/utils/wait_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/wait_event.h b/src/include/utils/wait_event.h index 009b03a520a..00f7d620e75 100644 --- a/src/include/utils/wait_event.h +++ b/src/include/utils/wait_event.h @@ -56,7 +56,7 @@ extern PGDLLIMPORT uint32 *my_wait_event_info; typedef enum { WAIT_EVENT_EXTENSION = PG_WAIT_EXTENSION, - WAIT_EVENT_EXTENSION_FIRST_USER_DEFINED + WAIT_EVENT_EXTENSION_FIRST_USER_DEFINED, } WaitEventExtension; extern void WaitEventExtensionShmemInit(void); |