Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Oct 10, 2024
1 parent 1dd79be commit 4f444f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gp_activetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ typedef struct DiskQuotaActiveTableEntry
typedef struct ActiveTableEntryCombined
{
Oid reloid;
Size tablesize[];
Size tablesize[1]; /* variable length array */
} ActiveTableEntryCombined;

extern HTAB *gp_fetch_active_tables(bool force);
Expand Down

0 comments on commit 4f444f6

Please sign in to comment.