Re: [BUGS] BUG #5393: Installer sets superuser password if passwords don't match

2010-04-09 Thread Dave Page
[Removing Rens] On Thu, Apr 8, 2010 at 10:19 PM, Robert Haas wrote: > It would certainly be nice if we could just have all bugs reported > here and sort it out ourselves, but in practice that doesn't seem to > work.  When installer or pgadmin bugs are reported here, they > typically don't get a r

Re: [BUGS] bugs that have not been replied-to on list

2010-04-09 Thread Dave Page
On Thu, Apr 8, 2010 at 10:23 PM, Robert Haas wrote: > BUG #5287: ispell dict erroneously returns lexeme on all prefix+suffix > cross products > BUG #5300: Bug on Mac OS X 10.6 and Postgres 8.4 > BUG #5316: not handled error in inherit queries > BUG #5335: GUC value lost on exception > BUG #4785:

[BUGS] BUG #5411: \copy do not work with dot "." in query

2010-04-09 Thread Vitalii Tymchyshyn
The following bug has been logged online: Bug reference: 5411 Logged by: Vitalii Tymchyshyn Email address: tiv...@gmail.com PostgreSQL version: 8.4.3 Operating system: OpenSuse 11.2: Linux tivv 2.6.31.12-0.1-default #1 SMP 2010-01-27 08:20:11 +0100 x86_64 x86_64 x86_64 GNU/Li

Re: [BUGS] bugs that have not been replied-to on list

2010-04-09 Thread Robert Haas
On Fri, Apr 9, 2010 at 4:43 AM, Dave Page wrote: > On Thu, Apr 8, 2010 at 10:23 PM, Robert Haas wrote: > >> BUG #5287: ispell dict erroneously returns lexeme on all prefix+suffix >> cross products >> BUG #5300: Bug on Mac OS X 10.6 and Postgres 8.4 >> BUG #5316: not handled error in inherit queri

[BUGS] BUG #5412: Crash in production SIGSEGV, equalTupleDescs (tupdesc1=0x7f7f7f7f, tupdesc2=0x966508c4) at tupdesc.c

2010-04-09 Thread Rusty Conover
The following bug has been logged online: Bug reference: 5412 Logged by: Rusty Conover Email address: rcono...@infogears.com PostgreSQL version: 8.4.3 Operating system: Fedora Core 10, 2.6.27.30-170.2.82.fc10.i686.PAE Description:Crash in production SIGSEGV, equalTupl

[BUGS] About “context-switching issue on Xeon” te st case ?

2010-04-09 Thread 黄永卫
Hi, Anybody have the test of “context-switching issue on Xeon” from Tm lane ? Best regards, Ray Huang

[BUGS] initdb stores default client_encoding from environment-variable

2010-04-09 Thread Wolfgang.Koenig
initdb stores default client_encoding from environment-variable Postgres Version: 8.4.3 and 8.3.6 Operating System: Sun Solaris 5.10 and SuseEnterprise 9 When a database is initialized with the initdb-command, the default client_enconding, which will be stored in the DB, depends on the value of

Re: [BUGS] bugs that have not been replied-to on list

2010-04-09 Thread Andy Balholm
On Apr 9, 2010, at 5:08 AM, Robert Haas wrote: > Something is wrong with this > mailing list. In the week and a half that I've been subscribed to this mailing list, there have been several times that I received a reply to a message without receiving the original message. In most cases, I rece

Re: [BUGS] bugs that have not been replied-to on list

2010-04-09 Thread Kevin Grittner
Andy Balholm wrote: > On Apr 9, 2010, at 5:08 AM, Robert Haas wrote: > >> Something is wrong with this mailing list. > > In the week and a half that I've been subscribed to this mailing > list, there have been several times that I received a reply to a > message without receiving the original

Re: [BUGS] BUG #5412: Crash in production SIGSEGV, equalTupleDescs (tupdesc1=0x7f7f7f7f, tupdesc2=0x966508c4) at tupdesc.c

2010-04-09 Thread Heikki Linnakangas
Rusty Conover wrote: > The bug is reproducible, I'm not sure how to proceed. How do you reproduce it? Can you make a self-contained test case? -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes

Re: [BUGS] pgadmin supports on SLES10.3

2010-04-09 Thread Kevin Grittner
Please keep the list copied, so others can contribute, know the status, and future users with problems can find the resolution of the issue. manohar cr wrote: > i have SuSe Linux Enterprise Server(SLES) 10 SP 3 > > my question is.. does pgadmin works on this version??. I was going to try it

Re: [BUGS] BUG #5411: \copy do not work with dot "." in query

2010-04-09 Thread Tom Lane
"Vitalii Tymchyshyn" writes: > dict=> \copy (select 1.0) to test.tst > ERROR: syntax error at or near "." > LINE 1: COPY ( select 1 . 0 ) TO STDOUT > ^ This case works as expected in CVS HEAD, apparently because of this fix: http://archives.postgresql.org/pgsql-committers