Browse Source

Module renamed to db_postgres.

Jan Janak 16 years ago
parent
commit
11b5019c3f
2 changed files with 2 additions and 2 deletions
  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
 include ../../Makefile.defs
 auto_gen=
 auto_gen=
-NAME=postgres.so
+NAME=db_postgres.so
 
 
 # set CROSS_COMPILE to true if you want to skip
 # set CROSS_COMPILE to true if you want to skip
 # the autodetection
 # the autodetection

+ 1 - 1
modules/db_postgres/pg_mod.c

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