The optimization added in
src/interfaces/jdbc/org/postgresql/core/Encoding.java
version 1.7 breaks JDBC since it is not thread safe.
The new method decodeUTF8() uses a static (i.e. class member)
but is synchronized on the instance so it won't work with multiple
instances used in parallel by multi
Hello,
I can't start postgres anymore
When I try to start postgresql script I've the following error message in
the logfile :
###
DEBUG: database system was interrupted being in recovery at 2002-11-07
14:12:46 CET
This probably means that some data blocks are corrupted
and you w
Hello Tom,
I am sorry, I can not reproduce it any more either. I must have made a mistake.
It works perfectly (like the rest of Postgres). Thank you very much, I am sorry
for the waste of time.
Best regards
--reto
Quoting Tom Lane <[EMAIL PROTECTED]>:
> Reto Stamm <[EMAIL PROTECTED]> writes