mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
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_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…
Reference in New Issue
Block a user