summaryrefslogtreecommitdiff
path: root/src/include/fmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fmgr.h')
-rw-r--r--src/include/fmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fmgr.h b/src/include/fmgr.h
index b120f5e7fef..edf61e53f34 100644
--- a/src/include/fmgr.h
+++ b/src/include/fmgr.h
@@ -783,7 +783,7 @@ typedef enum FmgrHookEventType
{
FHET_START,
FHET_END,
- FHET_ABORT
+ FHET_ABORT,
} FmgrHookEventType;
typedef bool (*needs_fmgr_hook_type) (Oid fn_oid);