patroni: init at 1.6.4

This commit is contained in:
Souvik Sen
2020-02-17 00:54:18 -05:00
committed by Souvik Sen
parent 1fe82110fe
commit e6c42d3740
2 changed files with 59 additions and 0 deletions

View File

@@ -15673,6 +15673,8 @@ in
vmfs-tools = callPackage ../tools/filesystems/vmfs-tools { };
patroni = callPackage ../servers/sql/patroni { pythonPackages = python3Packages; };
pgbouncer = callPackage ../servers/sql/pgbouncer { };
pgpool = callPackage ../servers/sql/pgpool {