Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Oct 10, 2024
1 parent 95eace6 commit d82dcf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Overview
Diskquota is an extension that provides disk usage enforcement for database
objects in Greenplum DB. Currently it supports to set quota limit on schema
Expand Down
4 changes: 2 additions & 2 deletions src/gp_activetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ typedef struct TableEntryKey

typedef struct DiskQuotaActiveTableEntry
{
Oid reloid;
int segid;
Oid reloid;
int segid;
Size tablesize;
} DiskQuotaActiveTableEntry;

Expand Down

0 comments on commit d82dcf6

Please sign in to comment.