Re: jdbc1 & debug
От | Peter T Mount |
---|---|
Тема | Re: jdbc1 & debug |
Дата | |
Msg-id | 981989429.3a87f83585423@webmail.retep.org.uk обсуждение исходный текст |
Ответ на | jdbc1 & debug ("Schmidt, Peter" <peter.schmidt@prismedia.com>) |
Список | pgsql-bugs |
Quoting "Schmidt, Peter" <peter.schmidt@prismedia.com>: > The jdbc1 driver would not compile until I modified Statement.java: > > [javac] > /usr/src/postgresql-7.1beta4/src/interfaces/jdbc/org/postgresql/jdbc1/Statem > ent.java:284: Missing term. > > was: > if (result != null) && > ((org.postgresql.ResultSet)result.reallyResultSet()) > > changed to: > if (result != null && > ((org.postgresql.ResultSet)result).reallyResultSet()) Looks like a typo. I'll check. Peter > > > Also, I'm trying to run performance tests with 71b4 but I'm seeing many > debug messages. How do I turn off debug? > I ran: > ./configure > gmake > gmake install > etc. -- Peter Mount peter@retep.org.uk PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/ RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/
В списке pgsql-bugs по дате отправления: