summaryrefslogtreecommitdiff
path: root/src/include/utils/bytea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/bytea.h')
-rw-r--r--src/include/utils/bytea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/bytea.h b/src/include/utils/bytea.h
index df247c40a9..b64a6fff66 100644
--- a/src/include/utils/bytea.h
+++ b/src/include/utils/bytea.h
@@ -21,7 +21,7 @@ typedef enum
{
BYTEA_OUTPUT_ESCAPE,
BYTEA_OUTPUT_HEX
-} ByteaOutputType;
+} ByteaOutputType;
extern int bytea_output; /* ByteaOutputType, but int for GUC enum */