Module: sip-router
Branch: janakj/postgres
Commit: 11b5019c3f38fbd96a215ad821e46882bfe773fc
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11b5019…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Wed Feb 18 00:54:51 2009 +0100
Module renamed to db_postgres.
---
modules/db_postgres/Makefile | 2 +-
modules/db_postgres/pg_mod.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/db_postgres/Makefile b/modules/db_postgres/Makefile
index aa86b51..9c578b9 100644
--- a/modules/db_postgres/Makefile
+++ b/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
diff --git a/modules/db_postgres/pg_mod.c b/modules/db_postgres/pg_mod.c
index 11aa9a9..1bc4ad4 100644
--- a/modules/db_postgres/pg_mod.c
+++ b/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 */