Re: [BUGS] Bug #612: PostgreSQL 7.2 does not build according to documentation under IRIX w/ MIPSpro

2002-03-17 Thread Tom Lane
[EMAIL PROTECTED] writes: > Ignore my submission about sh-vs-bash in configure. Configure is still broken >(doesn't set HAVE_SNPRINTF_DECL properly), and the resulting tree still doesn't build >under IRIX with MIPSpro ($CC accidentally got reset to gcc between tries). A lot of this looks like

Re: [BUGS] psql's \r does not reset parenthesis depth counter

2002-03-17 Thread Peter Eisentraut
Tom Lane writes: > In current sources: > > regression=# create table tt1 (i2 int2, i4 int4, f8 float8, > regression(# \r > Query buffer reset (cleared). > regression(# select 2; > regression(# -- nothing happens because psql still wants a right paren > > Not sure if there is any other state that

[BUGS] psql's \r does not reset parenthesis depth counter

2002-03-17 Thread Tom Lane
In current sources: regression=# create table tt1 (i2 int2, i4 int4, f8 float8, regression(# \r Query buffer reset (cleared). regression(# select 2; regression(# -- nothing happens because psql still wants a right paren Not sure if there is any other state that needs to be reset along with the p