Convert an extern variable to static

Similar to 720b0eaae9, fixes new code from bd15b7db48.
pull/173/head
Peter Eisentraut 1 year ago
parent c671e142bf
commit 6bbbd7f65f
  1. 2
      src/bin/pg_dump/pg_dump.c

@ -112,7 +112,7 @@ typedef enum SeqType
SEQTYPE_BIGINT, SEQTYPE_BIGINT,
} SeqType; } SeqType;
const char *const SeqTypeNames[] = static const char *const SeqTypeNames[] =
{ {
[SEQTYPE_SMALLINT] = "smallint", [SEQTYPE_SMALLINT] = "smallint",
[SEQTYPE_INTEGER] = "integer", [SEQTYPE_INTEGER] = "integer",

Loading…
Cancel
Save