Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Nov 22, 2024
1 parent 00e87a2 commit 426869c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gp_activetable.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ append_active_tables(StringInfo sql, bool is_init)
* any errors will be catch in upper level.
*/
appendStringInfo(sql,
"with a as (select (diskquota.diskquota_fetch_table_stat(0, '{}'::oid[])).* from gp_dist_random('gp_id')) select coalesce(array_agg(\"TABLE_OID\"), '{}'::oid[]) from a");
"with a as (select (diskquota.diskquota_fetch_table_stat(0, '{}'::oid[])).* from "
"gp_dist_random('gp_id')) select coalesce(array_agg(\"TABLE_OID\"), '{}'::oid[]) from a");

appendStringInfo(
sql,
Expand Down

0 comments on commit 426869c

Please sign in to comment.