Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Nov 18, 2024
1 parent 2bc06b9 commit 61a1665
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/quotamodel.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,8 @@ refresh_disk_quota_model(bool is_init)
static void
refresh_disk_quota_usage(bool is_init)
{
volatile bool pushed_active_snap = false;
volatile bool ret = true;
volatile bool pushed_active_snap = false;
volatile bool ret = true;

StartTransactionCommand();

Expand Down Expand Up @@ -891,14 +891,14 @@ calculate_table_disk_usage(StringInfo active_oids, bool is_init)
HASH_SEQ_STATUS iter;
TableSizeEntryKey key;
DeleteArrays delete = {0};
SPIPlanPtr plan;
Portal portal;
StringInfoData sql;
int count = 0;
int16 typlen;
bool typbyval;
char typalign;
Size *tablesize = palloc((SEGCOUNT + 1) * sizeof(*tablesize));
SPIPlanPtr plan;
Portal portal;
StringInfoData sql;
int count = 0;
int16 typlen;
bool typbyval;
char typalign;
Size *tablesize = palloc((SEGCOUNT + 1) * sizeof(*tablesize));

get_typlenbyvalalign(INT8OID, &typlen, &typbyval, &typalign);

Expand Down

0 comments on commit 61a1665

Please sign in to comment.