Skip to content

Commit ca0b104

Browse files
jfrochesamrose
authored andcommitted
feat(pg_tle): use default nixos extension test
And run pg_regress tests for pg_tle as part of the unified extension tests
1 parent 92bb436 commit ca0b104

File tree

3 files changed

+4
-161
lines changed

3 files changed

+4
-161
lines changed

nix/ext/pg_tle.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ buildEnv {
102102
passthru = {
103103
inherit versions numberOfVersions;
104104
pname = "${pname}-all";
105+
defaultSettings = {
106+
shared_preload_libraries = [ "pg_tle" ];
107+
};
105108
version =
106109
"multi-" + lib.concatStringsSep "-" (map (v: lib.replaceStrings [ "." ] [ "-" ] v) versions);
107110
};

nix/ext/tests/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ builtins.listToAttrs (
222222
"pg_jsonschema"
223223
"pg_net"
224224
"pgaudit"
225+
"pg_tle"
225226
"vector"
226227
"wrappers"
227228
]

nix/ext/tests/pg_tle.nix

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)