Re: [BUGS] 7.1Beta 4&5 - clean build problem with '--with-perl'

2001-03-02 Thread Tom Lane
"Creager, Robert S" <[EMAIL PROTECTED]> writes: > On both beta 4 and 5, the configure script is run with --with-perl > --with-tcl --with-CXX > On a clean build (/usr/local/pgsql directory tree removed), Pg.c fails to > build, not finding include file libpq-fe.h and then postgres_ext.h. Linking >

Re: [BUGS] polygon insert into r-tree sometimes fails

2001-03-02 Thread Tom Lane
[EMAIL PROTECTED] writes: > I'm in the midst of upgrading from 6.3.2 to 7.0.3 and hit a snag: > it seems as if some inserts into the r-tree silently fail. That's annoying :-(. If you'll send me a script to reproduce the problem, I'll try to fix it for 7.1 ... regards, to

Re: [BUGS] backend crashes deterministically

2001-03-02 Thread Tom Lane
Marinos Yannikos ([EMAIL PROTECTED]) writes: > Database schema available on request. Since this is data-dependent, I > have a copy (dump) of the database as well. Please. A stack trace from the crashed backend would be nice too. regards, tom lane ---

[BUGS] polygon insert into r-tree sometimes fails

2001-03-02 Thread pgsql-bugs
Jim Stone ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description polygon insert into r-tree sometimes fails Long Description I'm always hesitant to submit a bug report--it's usually something I [did | didn't do]--but I'm beginning to

[BUGS] backend crashes deterministically

2001-03-02 Thread pgsql-bugs
Marinos Yannikos ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description backend crashes deterministically Long Description With the postgresql-7.0.3 port for FreeBSD, using FreeBSD 4.1.1-STABLE, the following query kills the backend:

[BUGS] Driver bug (DECIMAL column issue)

2001-03-02 Thread Jiri Skrivanek
Hello, we are using jdbc6.5-1.2.jar driver for connection to PostgreSQL database. We have a problem to update DECIMAL column when we are using CachedRowSet in JDBC application created inside Forte for Java IDE. We suppose this a bug in driver. From our investigations it seems it might be a problem

Re: [BUGS] Installation bug

2001-03-02 Thread Peter Eisentraut
Joncheng Kuo writes: > When I tried to build PostgreSQL 7.0.3, I had a problem: > > My Linux machine has its C++ include file in /usr/include/g++. So does mine, and I never had to set any extra include path. This is probably a fault in your compiler installation. So I > added --with-includes

[BUGS] error from server

2001-03-02 Thread De Azort
Hello, Can you please help me to fix this error that generates when a wrong password is used.Am hot with it and wants your help.Hear from you soon.You can go throught the below message to help me out: 500 Internal Server Error The servlet named invoker at the requested URL https://nord

[BUGS] Installation bug

2001-03-02 Thread Joncheng Kuo
Hi, When I tried to build PostgreSQL 7.0.3, I had a problem: My Linux machine has its C++ include file in /usr/include/g++. So I added --with-includes=/usr/include/g++ when I run ./configure. However, the postgresql-7.0.3/src/interfaces/libpq++/Makefile doesn't have this include path in its CX

[BUGS] pg_dump -a strangeness/bug? (7.1beta5)

2001-03-02 Thread Antoine Reid
Hi everybody! I believe I have found a little buglet in pg_dump utility, as distributed in 7.1beta5. Let me describe the environment first: This is an x86 machine (AMD K6-2) with 128MB RAM. Running Debian 'unstable', updated almost every day. The following (relevant?) packages are installed:

[BUGS] 7.1Beta 4&5 - clean build problem with '--with-perl'

2001-03-02 Thread Creager, Robert S
On both beta 4 and 5, the configure script is run with --with-perl --with-tcl --with-CXX On a clean build (/usr/local/pgsql directory tree removed), Pg.c fails to build, not finding include file libpq-fe.h and then postgres_ext.h. Linking these two files to /usr/local/pgsql/include causes the b

[BUGS] Re: Timestamp field error value

2001-03-02 Thread Thomas Lockhart
> Long Description > Mandrake 7.2 Postgresql 7.0.2 glibc 2.1.3-18. > If you have a field type timestamp and if you try to insert this value in that field >"01/01/2001 10:10:00.00 CET" or a value with the seconds part to "00" postgresql >transform that value in "60". > So if you try to select the

[BUGS] Timestamp field error value

2001-03-02 Thread pgsql-bugs
Fabio ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Timestamp field error value Long Description Mandrake 7.2 Postgresql 7.0.2 glibc 2.1.3-18. If you have a field type timestamp and if you try to insert this value in that fie