[BUGS] SQL update statements are dying in the query planner

2001-05-28 Thread Panon, Paul-Andre
Title: SQL update statements are dying in the query planner     POSTGRESQL BUG REPORT TEMPLATE Your name 

[BUGS] Error message.

2001-05-28 Thread PETERMACKIE5
Hi, I'm not quite sure where I should be asking the following questions so if this is the wrong place please let me know where I should send it. I'm using PostGre on Windows N/T (sp6). I'm connecting to it via the Borland Database Engine which is in turn using an ODBC. It's a web application usin

[BUGS] DATE_PART() BUG?

2001-05-28 Thread Peter Kelly
Here are operational details: RedHat Linux 7.0: Linux version 2.2.17-14 ([EMAIL PROTECTED]) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)) #1 Mon Feb 5 15:25:12 EST 2001 PostgreSQL Version info: postgresql-7.0.2-17 postgresql-server-7.0.2-17 postgresql-devel-7.0.2-17 tbs=# SEL

[BUGS] RE: DATE_PART() BUG? We have an SQL statement that is giving wrong output.

2001-05-28 Thread Peter Kelly
Thanks! That did it: tbs=# SELECT DATE_PART('DAY', CAST('04/1/2001' AS DATE)) as dayofmonth; dayofmonth 31 (1 row) tbs=# SET TIMEZONE = 'GMT' ; SET VARIABLE tbs=# SELECT DATE_PART('DAY', CAST('04/1/2001' AS DATE)) as dayofmonth; dayofmonth 1 (1 r

[BUGS] Make on SCO Open Server

2001-05-28 Thread Roger While
Hi, Re. Making Pgsql on SCO Open Server Version 7.1.1 Firstly, "make" blows with undefined symbol "NOFILE" in "src/backend/storage/file/fd.c". I temporarily changed this to a hard-coded value. After correcting this the Make actually completes; howev

[BUGS] config.h name clash

2001-05-28 Thread Tomasz Wegrzanowski
POSTGRESQL BUG REPORT TEMPLATE Your name : Tomasz Wegrzanowski Your email address : [EM

[BUGS] repeated pointless memmove() calls in pqReadData()

2001-05-28 Thread Brent Ewing
22 May 2001 Dear Sir; First, thank you for PostGres. It is great! Second, I am puzzled by repeated, apparently pointless calls to memmove() in the function pqReadData, which is in `src/interfaces/libpq/fe-misc.c'. I am running and looking at PostGres version 7.1.1 built on a Al

Re: [BUGS] repeated pointless memmove() calls in pqReadData()

2001-05-28 Thread Tom Lane
Brent Ewing <[EMAIL PROTECTED]> writes: > Second, I am puzzled by repeated, apparently pointless calls to memmove() in > the function pqReadData, which is in `src/interfaces/libpq/fe-misc.c'. Hm. That was never a problem back when we had an 8K row-size limit ;-) but I can see that it might get t

Re: [BUGS] SQL update statements are failing if submitted in sequence on same connection

2001-05-28 Thread Tom Lane
Paul-Andre Panon <[EMAIL PROTECTED]> writes: > SQL update statements are failing, possibly in the query planner. A copy > of the -d3 postgres log is attached. The error returned by psql when > submitting this query is > ERROR: Relation 2699531655 does not exist Could you set a breakpoint at el