Browse Source

- renaming: openser -> kamailio

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4585 689a6050-402a-0410-94f2-e92a70836424
Klaus Darilion 17 years ago
parent
commit
8cac0d9fbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/db_postgres/km_dbase.c

+ 1 - 1
modules/db_postgres/km_dbase.c

@@ -42,7 +42,7 @@
  *            a call (or multiple calls) to PQgetResult.
  *            a call (or multiple calls) to PQgetResult.
  *            Removed transaction processing calls (BEGIN/COMMIT/ROLLBACK) as 
  *            Removed transaction processing calls (BEGIN/COMMIT/ROLLBACK) as 
  *            they added uneeded overhead.  Klaus' testing showed in excess of 
  *            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.
  *            issues single queries and is not, at this time transaction aware.
  *            The transaction processing routines have been left in place 
  *            The transaction processing routines have been left in place 
  *            should this support be needed in the future.
  *            should this support be needed in the future.