Skip to content

Commit 38a7f55

Browse files
committed
Remove timescaledb toolkit from NixOS postsgresql config.
1 parent c169d9d commit 38a7f55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform-nix-idx/postgresql.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,8 @@ default_text_search_config = 'pg_catalog.english'
814814

815815

816816
dynamic_library_path = '/usr/lib'
817-
shared_preload_libraries = 'timescaledb,timescaledb_toolkit'
817+
#shared_preload_libraries = 'timescaledb,timescaledb_toolkit'
818+
shared_preload_libraries = 'timescaledb'
818819
unix_socket_directories = '/tmp'
819820

820821

0 commit comments

Comments
 (0)