1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-05 17:30:01 +00:00

Postgresql port setting

This commit is contained in:
cuihaikuo
2017-01-16 15:56:51 +08:00
parent 5f831a8579
commit bcd7ad8f0b
7 changed files with 23 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
DBConnPool *
pgsql_db_conn_pool_new (const char *host,
unsigned int port,
const char *user,
const char *password,
const char *db_name,