summaryrefslogtreecommitdiff
path: root/src/include/access/reloptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/reloptions.h')
-rw-r--r--src/include/access/reloptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/reloptions.h b/src/include/access/reloptions.h
index 1d5bfa62ffc..3602397cf51 100644
--- a/src/include/access/reloptions.h
+++ b/src/include/access/reloptions.h
@@ -32,7 +32,7 @@ typedef enum relopt_type
RELOPT_TYPE_INT,
RELOPT_TYPE_REAL,
RELOPT_TYPE_ENUM,
- RELOPT_TYPE_STRING
+ RELOPT_TYPE_STRING,
} relopt_type;
/* kinds supported by reloptions */