Re: [BUGS] small bug? "ERROR: exprType: Do not know how to get type for 711 node"

2002-12-27 Thread Tom Lane
Ian Barwick <[EMAIL PROTECTED]> writes: > test=# create table foo (bar int); > CREATE TABLE > test=# update foo set foo=1 where foo=1; > ERROR: exprType: Do not know how to get type for 711 node Now it does regression=# update foo set foo=1 where foo=1; ERROR: Relation reference "foo"

Re: [BUGS] small bug? "ERROR: exprType: Do not know how to get type for 711 node"

2002-12-27 Thread Tom Lane
Ian Barwick <[EMAIL PROTECTED]> writes: > test=# create table foo (bar int); > CREATE TABLE > test=# update foo set foo=1 where foo=1; > ERROR: exprType: Do not know how to get type for 711 node Hmm, that used to behave properly in 7.2: regression=# create table foo (bar int); CREATE re

Re: [BUGS] Bug #860: [7.3.x] pg_config --configure not readily usable

2002-12-27 Thread Tom Lane
[EMAIL PROTECTED] writes: > The use of quotes in pg_config --configure makes it not longer > usable as ./configure argument Add an eval: eval ./configure `pg_config --configure` The change is necessary to handle configure arguments that contain spaces... regards, tom lan

Re: [BUGS] Bug #855: pg_dump crash on linux-xfs

2002-12-27 Thread Tom Lane
"Ruslan V. Lopatin" <[EMAIL PROTECTED]> writes: > Program received signal SIGSEGV, Segmentation fault. > 0x402d3557 in strlen () from /lib/libc.so.6 > (gdb) bt > #0 0x402d3557 in strlen () from /lib/libc.so.6 > #1 0x08056ddc in WriteStr (AH=0x806c808, c=0x6c627570 "") > at pg_backup_archiver

[BUGS] small bug? "ERROR: exprType: Do not know how to get type for 711 node"

2002-12-27 Thread Ian Barwick
nothing show-stopping, but something I found by accident: test=# select version(); version - PostgreSQL 7.3.1 on i386-unknown-freebsd4.7, compiled by GCC 2.95.4

[BUGS] Bug #860: [7.3.x] pg_config --configure not readily usable

2002-12-27 Thread pgsql-bugs
jmm ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description [7.3.x] pg_config --configure not readily usable Long Description The use of quotes in pg_config --configure makes it not longer usable as ./configure argument Example: jmma@