diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/utils/catcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h index b6e1c97982..524319aad9 100644 --- a/src/include/utils/catcache.h +++ b/src/include/utils/catcache.h @@ -66,8 +66,8 @@ typedef struct catcache long cc_lsearches; /* total # list-searches */ long cc_lhits; /* # of matches against existing lists */ #endif - dlist_head cc_bucket[1]; /* hash buckets --- VARIABLE LENGTH ARRAY */ -} CatCache; /* VARIABLE LENGTH STRUCT */ + dlist_head *cc_bucket; /* hash buckets */ +} CatCache; typedef struct catctup |
