File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ https://github.com/supabase/postgres/blob/a638c6fce0baf90b654e762eddcdac1bc8df01
1010
1111*/
1212begin;
13+ -- Create the extension within the test (matches production pattern)
14+ create extension if not exists postgres_fdw with schema extensions;
1315-- Switch to the postgres role (non-superuser) to test supautils behavior
1416set role postgres;
1517-- postgres_fdw should be owned by the superuser
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ https://github.com/supabase/postgres/blob/a638c6fce0baf90b654e762eddcdac1bc8df01
1212
1313begin ;
1414
15+ -- Create the extension within the test (matches production pattern)
16+ create extension if not exists postgres_fdw with schema extensions;
17+
1518-- Switch to the postgres role (non-superuser) to test supautils behavior
1619set role postgres;
1720
You can’t perform that action at this time.
0 commit comments