aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/copydir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/copydir.h')
-rw-r--r--src/include/storage/copydir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/copydir.h b/src/include/storage/copydir.h
index 940d74462d1..f1d7beeed1a 100644
--- a/src/include/storage/copydir.h
+++ b/src/include/storage/copydir.h
@@ -17,7 +17,7 @@ typedef enum FileCopyMethod
{
FILE_COPY_METHOD_COPY,
FILE_COPY_METHOD_CLONE,
-} FileCopyMethod;
+} FileCopyMethod;
/* GUC parameters */
extern PGDLLIMPORT int file_copy_method;