Re: [HACKERS] REL8_0_STABLE and 8.0.1 release client logging difference

2005-03-13 Thread Oleg Bartunov
On Sun, 13 Mar 2005, Andrew Dunstan wrote: Oleg Bartunov said: On Sat, 12 Mar 2005, Tom Lane wrote: Oleg Bartunov writes: REL8_0_STABLE: tycho=# select * from pg_stas where srelnae='tycho'; tycho=# \q Works fine for me in REL8_0_STABLE tip ... and it's working fine on all the build farm machines t

Re: [HACKERS] REL8_0_STABLE and 8.0.1 release client logging difference

2005-03-13 Thread Andrew Dunstan
Oleg Bartunov said: > On Sat, 12 Mar 2005, Tom Lane wrote: > >> Oleg Bartunov writes: >>> REL8_0_STABLE: >>> tycho=# select * from pg_stas where srelnae='tycho'; >>> tycho=# \q >> >> Works fine for me in REL8_0_STABLE tip ... and it's working fine on >> all the build farm machines too, because thi

Re: [HACKERS] REL8_0_STABLE and 8.0.1 release client logging difference

2005-03-13 Thread Oleg Bartunov
On Sat, 12 Mar 2005, Tom Lane wrote: Oleg Bartunov writes: REL8_0_STABLE: tycho=# select * from pg_stas where srelnae='tycho'; tycho=# \q Works fine for me in REL8_0_STABLE tip ... and it's working fine on all the build farm machines too, because this would surely cause all the regression tests to

Re: [HACKERS] REL8_0_STABLE and 8.0.1 release client logging difference

2005-03-12 Thread Tom Lane
Oleg Bartunov writes: > REL8_0_STABLE: > tycho=# select * from pg_stas where srelnae='tycho'; > tycho=# \q Works fine for me in REL8_0_STABLE tip ... and it's working fine on all the build farm machines too, because this would surely cause all the regression tests to fail. Sure you didn't mistak

Re: [HACKERS] REL8_0_STABLE and 8.0.1 release client logging difference

2005-03-12 Thread Bruce Momjian
Oleg Bartunov wrote: > On Sat, 12 Mar 2005, Bruce Momjian wrote: > > > Oleg Bartunov wrote: > >> Hi there, > >> > >> I noticed client error logging was changed in REL8_0_STABLE in compare > >> with > >> 8.0.1 release. > >> > >> 8.0.1: > >> tycho=# select * from pg_stas where srelnae='tycho'; > >

Re: [HACKERS] REL8_0_STABLE and 8.0.1 release client logging difference

2005-03-12 Thread Oleg Bartunov
On Sat, 12 Mar 2005, Bruce Momjian wrote: Oleg Bartunov wrote: Hi there, I noticed client error logging was changed in REL8_0_STABLE in compare with 8.0.1 release. 8.0.1: tycho=# select * from pg_stas where srelnae='tycho'; ERROR: relation "pg_stas" does not exist tycho=# \q REL8_0_STABLE: tycho=

Re: [HACKERS] REL8_0_STABLE and 8.0.1 release client logging difference

2005-03-12 Thread Bruce Momjian
Oleg Bartunov wrote: > Hi there, > > I noticed client error logging was changed in REL8_0_STABLE in compare with > 8.0.1 release. > > 8.0.1: > tycho=# select * from pg_stas where srelnae='tycho'; > ERROR: relation "pg_stas" does not exist > tycho=# \q > > REL8_0_STABLE: > tycho=# select * from

[HACKERS] REL8_0_STABLE and 8.0.1 release client logging difference

2005-03-12 Thread Oleg Bartunov
Hi there, I noticed client error logging was changed in REL8_0_STABLE in compare with 8.0.1 release. 8.0.1: tycho=# select * from pg_stas where srelnae='tycho'; ERROR: relation "pg_stas" does not exist tycho=# \q REL8_0_STABLE: tycho=# select * from pg_stas where srelnae='tycho'; tycho=# \q ostgr