diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/pg_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 0d025162738..79190470f71 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -112,7 +112,7 @@ typedef enum SeqType SEQTYPE_BIGINT, } SeqType; -const char *const SeqTypeNames[] = +static const char *const SeqTypeNames[] = { [SEQTYPE_SMALLINT] = "smallint", [SEQTYPE_INTEGER] = "integer", |