postgresqlPackages.timescaledb: fix passthru tests (#416120)
This commit is contained in:
@@ -53,7 +53,7 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
inherit (finalAttrs) finalPackage;
|
||||
withPackages = [ "timescaledb_toolkit" ];
|
||||
postgresqlExtraSettings = ''
|
||||
shared_preload_libraries='timescaledb,timescaledb_toolkit'
|
||||
shared_preload_libraries='timescaledb'
|
||||
'';
|
||||
sql = ''
|
||||
CREATE EXTENSION timescaledb;
|
||||
|
||||
Reference in New Issue
Block a user