浏览代码

Module renamed to db_postgres.

Jan Janak 16 年之前
父节点
当前提交
11b5019c3f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      modules/db_postgres/Makefile
  2. 1 1
      modules/db_postgres/pg_mod.c

+ 1 - 1
modules/db_postgres/Makefile

@@ -4,7 +4,7 @@
 
 include ../../Makefile.defs
 auto_gen=
-NAME=postgres.so
+NAME=db_postgres.so
 
 # set CROSS_COMPILE to true if you want to skip
 # the autodetection

+ 1 - 1
modules/db_postgres/pg_mod.c

@@ -91,7 +91,7 @@ static param_export_t params[] = {
 
 
 struct module_exports exports = {
-	"postgres",
+	"db_postgres",
 	cmds,
 	0,            /* RPC method */
 	params,       /* module parameters */