Index: org/postgresql/fastpath/Fastpath.java =================================================================== RCS file: /cvsroot/jdbc/pgjdbc/org/postgresql/fastpath/Fastpath.java,v retrieving revision 1.35 diff -c -r1.35 Fastpath.java *** org/postgresql/fastpath/Fastpath.java 8 Jan 2008 06:56:28 -0000 1.35 --- org/postgresql/fastpath/Fastpath.java 20 Mar 2010 19:39:33 -0000 *************** *** 22,28 **** /** * This class implements the Fastpath api. * ! *

This is a means of executing functions imbeded in the org.postgresql * backend from within a java application. * *

It is based around the file src/interfaces/libpq/fe-exec.c --- 22,28 ---- /** * This class implements the Fastpath api. * ! *

This is a means of executing functions embedded in the org.postgresql * backend from within a java application. * *

It is based around the file src/interfaces/libpq/fe-exec.c