add pgvecto.rs extension
This commit is contained in:
parent
7d5eb969c1
commit
428be2c33d
1 changed files with 2 additions and 1 deletions
|
@ -633,6 +633,7 @@
|
|||
password_encryption = "scram-sha-256";
|
||||
port = cfg.port;
|
||||
shared_buffers = "128MB";
|
||||
shared_preload_libraries = "\"vectors.so\"";
|
||||
ssl = "on";
|
||||
ssl_cert_file = "/run/credentials/postgresql.service/fullchain.pem";
|
||||
ssl_key_file = "/run/credentials/postgresql.service/key.pem";
|
||||
|
@ -763,7 +764,7 @@
|
|||
RuntimeDirectory = "postgresql";
|
||||
StateDirectory = "postgresql";
|
||||
StateDirectoryMode = "0750";
|
||||
TimeoutSec = 120;
|
||||
TimeoutSec = 300;
|
||||
Type = "notify";
|
||||
User = "postgres";
|
||||
LoadCredential = [
|
||||
|
|
Loading…
Reference in a new issue