Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 12f0658

Browse files
committed
PGPRO-10866: Add static decoration to avoid error:
"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]" Tags: vops
1 parent 1c62e00 commit 12f0658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,7 @@ vops_last_combine(PG_FUNCTION_ARGS)
27722772
}
27732773

27742774

2775-
const size_t vops_sizeof[] =
2775+
static const size_t vops_sizeof[] =
27762776
{
27772777
sizeof(vops_bool),
27782778
sizeof(vops_char),

0 commit comments

Comments
 (0)