Index: org/postgresql/core/v3/CopyOperationImpl.java =================================================================== RCS file: /cvsroot/jdbc/pgjdbc/org/postgresql/core/v3/CopyOperationImpl.java,v retrieving revision 1.1 diff -c -r1.1 CopyOperationImpl.java *** org/postgresql/core/v3/CopyOperationImpl.java 1 Jul 2009 05:00:40 -0000 1.1 --- org/postgresql/core/v3/CopyOperationImpl.java 20 Mar 2010 19:37:52 -0000 *************** *** 17,23 **** import org.postgresql.util.PSQLState; public class CopyOperationImpl implements CopyOperation { - String sql; QueryExecutorImpl queryExecutor; int rowFormat; int[] fieldFormats; --- 17,22 ----