Skip to content

Commit fc07cf4

Browse files
committed
test: use session_preload_libraries
Instead of shared_preload_libraries
1 parent cdfad69 commit fc07cf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nix/xpg.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ let
33
dep = fetchFromGitHub {
44
owner = "steve-chavez";
55
repo = "xpg";
6-
rev = "v1.2";
7-
sha256 = "sha256-7sP+exW5CSh8c9NW4f8yr4bLcN5hJDxU5eWa8PjoNZA=";
6+
rev = "v1.3.0";
7+
sha256 = "sha256-jDELiBbnCpRXIpod7msnhMfGcrW0pR3snDQ5T81nO0I=";
88
};
99
xpg = (import dep).xpg;
1010
in

test/init.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
shared_preload_libraries='supautils'
1+
session_preload_libraries='supautils'
22
wal_level=logical
33

44
supautils.reserved_roles='supabase_storage_admin, anon, reserved_but_not_yet_created, authenticator*'

0 commit comments

Comments
 (0)