sobomax     2008/05/21 06:16:31 CEST

  SER CVS Repository

  Modified files:
    modules/postgres     pg_uri.c 
  Log:
  Put back functionality lost during DB API 2.0 conversion. Allo '/' to be
  part of the "hostname" portion of the "URI". PostgreSQL allows using this
  to specify location of the unix domain socket for communication with the
  server. Example of such URL would be:
  
    postgres://someuser@/var/run/sippy
  
  Here the sippy is the database name, while /var/run is the location of the
  socket. This change should be backward compatible since '/' is not
  allowed in the database name.
  
  Revision  Changes    Path
  1.2       +7 -1      sip_router/modules/postgres/pg_uri.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/postgres/pg_uri.c.diff?r1=1.1&r2=1.2
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to