Module: sip-router Branch: janakj/postgres Commit: 8cac0d9fbf64f674e917d15a5d326ccaecd3b72f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8cac0d9f...
Author: Klaus Darilion klaus.darilion@pernau.at Committer: Klaus Darilion klaus.darilion@pernau.at Date: Wed Aug 6 08:20:30 2008 +0000
- renaming: openser -> kamailio
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4585 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_postgres/km_dbase.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/db_postgres/km_dbase.c b/modules/db_postgres/km_dbase.c index 69e2e92..29f817c 100644 --- a/modules/db_postgres/km_dbase.c +++ b/modules/db_postgres/km_dbase.c @@ -42,7 +42,7 @@ * a call (or multiple calls) to PQgetResult. * Removed transaction processing calls (BEGIN/COMMIT/ROLLBACK) as * they added uneeded overhead. Klaus' testing showed in excess of - * 1ms gain by removing each command. In addition, OpenSER only + * 1ms gain by removing each command. In addition, Kamailio only * issues single queries and is not, at this time transaction aware. * The transaction processing routines have been left in place * should this support be needed in the future.