1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-06 23:30:22 +00:00

Postgresql port setting

This commit is contained in:
cuihaikuo
2017-01-16 16:28:02 +08:00
parent 8d586a7b5e
commit 3084f6bbca
7 changed files with 23 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ db_conn_pool_new_mysql (const char *host,
DBConnPool *
db_conn_pool_new_pgsql (const char *host,
unsigned int port,
const char *user,
const char *password,
const char *db_name,