Re: [BUGS] BUG #1158: tsearch2 trigger crashes machine

2004-05-30 Thread Werner Bohl
On Sun, 2004-05-30 at 22:45, Tom Lane wrote:
> "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> > Linux is severly affected and the machine needs a RESET to be able to boot. 
> > (shutdown nor init 6 work!!) 
> 
> Sure you're not looking at hardware problems?  PG should certainly not
> be able to crash a properly functioning kernel (since PG isn't a
> privileged process) and I haven't heard many complaints against later
> 2.4 series kernels either.  My money is on flaky hardware...
> 

Running the bulk insert process without the trigger does work well. We
did an update to the tsvector afterwards and it also worked without a
hitch. Therefore I suspect of the trigger.

TIA,



---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [BUGS] BUG #1172: JDBC driver fails to compile

2004-06-17 Thread Werner Bohl
On Thu, 2004-06-17 at 14:09, Kris Jurka wrote:
> On Thu, 17 Jun 2004, PostgreSQL Bugs List wrote:
> 
> > 
> > The following bug has been logged online:
> > 
> > Bug reference:  1172
> > Operating system:   Fedora core release 2
> > Description:JDBC driver fails to compile
> > 
> > Postgresql version: 7.4.3
> > Java: j2sdk_1.4.2_04
> > ant: 1.5.2-26
> > 
> > JDBC driver fails to compile with error:
> > 
> > /usr/local/src/postgresql-7.4.3/src/interfaces/jdbc/org/postgresql/jdbc3/Jd
> > `org.postgresql.jdbc2.optional.PoolingDataSource.getDataSource(java.lang.St
> > [javac] bc3PoolingDataSource.java:29: error: Method ring)' was defined 
> > with return type `org.postgresql.jdbc2.optional.PoolingDataSource' in class 
> > `org.postgresql.jdbc2.optional.PoolingDataSource'. 
> > [javac]static Jdbc3PoolingDataSource getDataSource(String name)
> > 
> 
> This error message is pretty mangled, but I suspect you might have another
> version of the driver somewhere on the classpath.  The driver will fail 
> to compile in this situation as it gets confused with the 
> different versions of the same class.
> 
No, my classpath is empty! I managed to compile fixing the following:
on class Jdbc3PoolingDataSource lines 29 &  31 changed
Jdbc3PoolingDataSource for PoolingDataSource.

On class Jdbc3ObjectFactory line 46 added a cast to
Jdbc3PoolingDataSource.

> Kris Jurka
> 
> ---(end of broadcast)---
> TIP 3: if posting/reading through Usenet, please send an appropriate
>   subscribe-nomail command to [EMAIL PROTECTED] so that your
>   message can get through to the mailing list cleanly
> 


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[BUGS] BUG #1431: SRPMS fail to compile due to krb5.h

2005-01-21 Thread Werner Bohl

The following bug has been logged online:

Bug reference:  1431
Logged by:  Werner Bohl
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 8.0.0
Operating system:   Redhat 9
Description:SRPMS fail to compile due to krb5.h
Details: 

When compiling SRPMS, it fails to find krb5.h, although I have it in
/usr/include. Compile from src from tar works well. FC2 SRPMS compile ok and
don't have this problem.

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq