[BUGS] JDBC access broken in 7.3 beta

2002-11-08 Thread Mats Lofkvist
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

[BUGS] I can't start postgres anymore

2002-11-08 Thread Fabien Fischer
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

Re: [BUGS] Sequence Start number not dumped correctly

2002-11-08 Thread Reto Stamm
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