Re: [BUGS] [GENERAL] cache lookup of relation 165058647 failed

2004-05-03 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > But, I am suspecting that it's a race condition with the new background > writer code. Why? Have you demonstrated that the failure does not occur in 7.4? > psql:test-end2.sql:3: ERROR: cache lookup failed for relation 398033 > CONTEXT: SQL query "

Re: [BUGS] Erro

2004-05-03 Thread Stephan Szabo
On Wed, 28 Apr 2004, [iso-8859-1] Aldrey Galindo wrote: > Hi, >Would like to report a problem that happened with a > friend mine. I was to inquire and I found the > following one. > > -- > db=# create table teste (desc varchar(50)); > ERROR: parser: parse error at or near "desc" at > charact

Re: [BUGS] Erro

2004-05-03 Thread Tom Lane
=?iso-8859-1?q?Aldrey=20Galindo?= <[EMAIL PROTECTED]> writes: > db=# create table teste (desc varchar(50)); > ERROR: parser: parse error at or near "desc" at > character 21 DESC is a reserved keyword, per the SQL specification. If you really really want to name your column or table "desc", you c

Re: [BUGS] BUG #1145: silent REVOKE failures

2004-05-03 Thread Fabien COELHO
Dear Tom, > "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > > The REVOKE failure should be reported. > > What failure? This looks perfectly fine to me. "Ex nihilo dixit quod libet", as we used to say in latin and in maths. Sorry if say something stupid, but I cannot see why it is fine. W

Re: [BUGS] [GENERAL] cache lookup of relation 165058647 failed

2004-05-03 Thread Sean Chittenden
I'v find out that this error occurs in: dependency.c file 2004-04-26 11:09:34 ERROR: dependency.c 1621: cache lookup of relation 149064743 failed 2004-04-26 11:09:34 ERROR: Relation "tmp_table1" does not exist 2004-04-26 11:09:34 ERROR: Relation "tmp_table1" does not exist in getRelationDescrip

[BUGS] [CHECKER] 4 memory leaks in Postgresql 7.4.2

2004-05-03 Thread Ted Kremenek
Hi, I'm from the Stanford Metacompilation research group where we use static analysis to find bugs. I'm trying a new technique, so I would appreciate feedback on these error reports. This technique tries to infer API roles automatically from the code. In particular, I am trying to check fo

[BUGS] Problems....

2004-05-03 Thread Bruno Necchi
Helo I have a problem with postgres_beta4. I wanna know as resolv this problem. I'm using Windows Server 2003. Thank You, Bruno Necchi. error: C:\winpsql\bin>createuser Enter name of user to add: e Shall the new user be allowed to create databases? (y/n) y Shall the new user be allow

Re: [BUGS] make check regression "test stats" failed

2004-05-03 Thread Mike Quinn
I found my problem. My iptables setup was not allowing UDP communication from source 127.0.0.1 and some high port to destination 127.0.0.1 and the same high port. Once I allowed that communication the "test stats" was ok. I ran a diff on the postmaster log file from an "ok" run and a "failed" run a

[BUGS] Large object API problems

2004-05-03 Thread Aaron Hillegass
I've been using large objects in PostgreSQL in two applications, and I've found a couple things about the API frustrating: 1) There is no lo_truncate(PGconn *conn, size_t len). Using lo_write, I can change an existing large object, but I can't make it shorter. In practice, this means that I

[BUGS] Bug in functions returning setof where table has dropped column

2004-05-03 Thread C9 Developer
OS and Version : Windows 2003 / Cygwin, postgresql 7.4.1 Function returns error message: ERROR: query-specified return row and actual function return row do not match when running a 'setof' function where a table has a dropped column. Not sure if this has been reported previously. A better d

[BUGS] heterogeneous programs names

2004-05-03 Thread Jérôme Bouat
Your name : Jérôme Bouat Your email address : [EMAIL PROTECTED] System Configuration - Architecture (example: Intel Pentium) : AMD Duron Mobile Operating System (example: Linux 2.4.18) : Linux 2.6.3 PostgreSQL ver

[BUGS] Erro

2004-05-03 Thread Aldrey Galindo
Hi, Would like to report a problem that happened with a friend mine. I was to inquire and I found the following one. -- db=# create table teste (desc varchar(50)); ERROR: parser: parse error at or near "desc" at character 21 db=# create table desc (teste varchar(50)); ERROR: parser: parse er

Re: [BUGS] pg_autovacuum reltuples bug

2004-05-03 Thread Matthew T. O'Connor
This is a known bug, and if fixed in CVS. It will be released as part of 7.4.3, or just download pg_autovacuum.c and pg_autovacuum.h from cvs and compile a new executable. Matthew O'Connor Jim C. Nasby wrote: There's a bug in pg_autovacuum that makes it vacuum large tables way to frequently. og

Re: [BUGS] Query producing the wrong results?

2004-05-03 Thread Stephan Szabo
On Tue, 27 Apr 2004, Nicholas Howell wrote: > ebatcher=> select version(); > version > - > PostgreSQL 7.2.2 on i686-pc-linux-gnu, compiled by G

Re: [BUGS] How configure Oracle 9i not case sensitive...

2004-05-03 Thread Joel Garry
[EMAIL PROTECTED] (Ross Ferris) wrote in message news:<[EMAIL PROTECTED]>... > Oh, and if you haven't heard of "multi-valued" or "Pick-style" > databases, you are in good company - one of the best kept secrets of > the industry, a virtual black hole, because once a developer devles > in, they will

[BUGS] pg_autovacuum reltuples bug

2004-05-03 Thread Jim C. Nasby
There's a bug in pg_autovacuum that makes it vacuum large tables way to frequently. ogr=# select reltuples from pg_class where relname='ogr_summary'; reltuples - 2.64411e+07 (1 row) [2004-04-27 02:03:08 PM] table name: ogr."public"."ogr_results" [2004-04-27 02:03:08 PM]

[BUGS] Query producing the wrong results?

2004-05-03 Thread Nicholas Howell
ebatcher=> select version(); version - PostgreSQL 7.2.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) (1