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