Module: sip-router Branch: master Commit: 92414af97afb0f7652209b28e506f83ad01ba76c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92414af9...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Fri Apr 24 01:25:01 2009 +0200
Removing postgres module from modules_s
The module has already been merged with kamailio db_postgres and the new module is in modules directory
---
modules_s/postgres/Makefile | 21 - modules_s/postgres/README | 134 ------ modules_s/postgres/pg_cmd.c | 516 ------------------------ modules_s/postgres/pg_cmd.h | 155 ------- modules_s/postgres/pg_con.c | 326 --------------- modules_s/postgres/pg_con.h | 104 ----- modules_s/postgres/pg_fld.c | 933 ------------------------------------------- modules_s/postgres/pg_fld.h | 148 ------- modules_s/postgres/pg_mod.c | 544 ------------------------- modules_s/postgres/pg_mod.h | 47 --- modules_s/postgres/pg_oid.c | 184 --------- modules_s/postgres/pg_oid.h | 128 ------ modules_s/postgres/pg_res.c | 76 ---- modules_s/postgres/pg_res.h | 58 --- modules_s/postgres/pg_sql.c | 424 -------------------- modules_s/postgres/pg_sql.h | 118 ------ modules_s/postgres/pg_uri.c | 298 -------------- modules_s/postgres/pg_uri.h | 71 ---- 18 files changed, 0 insertions(+), 4285 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=9241...