mirror of https://github.com/postgres/postgres
Convert an extern variable to static
Similar to720b0eaae9
, fixes new code frombd15b7db48
.
This commit is contained in:
parent
c671e142bf
commit
6bbbd7f65f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue