Skip to content

Commit

Permalink
fix create diskquota schema SQL missing
Browse files Browse the repository at this point in the history
  • Loading branch information
HaozhouWang committed Dec 18, 2020
1 parent 8f65974 commit 20d08e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diskquota.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ create_monitor_db_table(void)

sql = "create schema if not exists diskquota_namespace;"
"create table if not exists diskquota_namespace.database_list(dbid oid not null unique);"
"create schema if not exists diskquota;"
"create or replace function diskquota.update_diskquota_db_list(oid, int4) returns void "
"strict as '$libdir/diskquota' language C;";

Expand Down

0 comments on commit 20d08e2

Please sign in to comment.