mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Convert an extern variable to static
Similar to 720b0eaae9b, fixes new code from bd15b7db489.
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…
x
Reference in New Issue
Block a user