Re: [HACKERS] Should we disable Solaris using Unix Domain Sockets in the

2001-09-22 Thread Justin Clift
Cool. :) Regards and best wishes, Justin Clift Ian Lance Taylor wrote: > > Justin Clift <[EMAIL PROTECTED]> writes: > > > Did anyone ever figure out why Solaris boxes had those random failures > > during the regression tests? > > It should be better now that listen() is being called with a

Re: [HACKERS] Should we disable Solaris using Unix Domain Sockets in the regression test?

2001-09-22 Thread Ian Lance Taylor
Justin Clift <[EMAIL PROTECTED]> writes: > Did anyone ever figure out why Solaris boxes had those random failures > during the regression tests? It should be better now that listen() is being called with a larger number. The basic problem is that Solaris actually honors the listen() backlog arg

[HACKERS] Should we disable Solaris using Unix Domain Sockets in the regression test?

2001-09-22 Thread Justin Clift
Hi all, Did anyone ever figure out why Solaris boxes had those random failures during the regression tests? If no, then should we ensure the regression test on Solaris run's over TCP instead (like BeOS and QNX do)? To do this is a one-line fix in the shell script. Regards and best wishes, Jus

Re: [HACKERS] patch for contrib/intarray (CVS)

2001-09-22 Thread Bruce Momjian
Patch applied. Thanks. > Tom, > > please apply attached patch to current CVS. > > Changes: > > 1. Added support for boolean queries (indexable operator @@, looks like >a @@ '1|(2&3)' > 2. Some code cleanup and optimization > > Regards, > Oleg >

Re: [HACKERS] anoncvs failure...

2001-09-22 Thread Bruce Momjian
> On Sat, 22 Sep 2001, Bruce Momjian wrote: > > > > > > > anoncvs: :pserer:[EMAIL PROTECTED]:/projects/cvsroot > > > - passwd is blank, but postgresql should work just as well > > > > > > cvs: :ext:@cvs.postgresql.org:/cvsroot > > > CVS_RSH set to ssh > > > > > > > OK, one more qu

Re: [HACKERS] anoncvs failure...

2001-09-22 Thread Dominic J. Eidson
On Sat, 22 Sep 2001, Marc G. Fournier wrote: > anoncvs: :pserer:[EMAIL PROTECTED]:/projects/cvsroot > - passwd is blank, but postgresql should work just as well I can confirm that this works. -- Dominic J. Eidson "Baruk Khazad! Khazad ai-menu!" - G

Re: [HACKERS] anoncvs failure...

2001-09-22 Thread Marc G. Fournier
On Sat, 22 Sep 2001, Bruce Momjian wrote: > > > > anoncvs: :pserer:[EMAIL PROTECTED]:/projects/cvsroot > > - passwd is blank, but postgresql should work just as well > > > > cvs: :ext:@cvs.postgresql.org:/cvsroot > > CVS_RSH set to ssh > > > > OK, one more question. With non-

Re: [HACKERS] anoncvs failure...

2001-09-22 Thread Bruce Momjian
> > anoncvs: :pserer:[EMAIL PROTECTED]:/projects/cvsroot > - passwd is blank, but postgresql should work just as well > > cvs: :ext:@cvs.postgresql.org:/cvsroot > CVS_RSH set to ssh > OK, one more question. With non-anon cvs, I use /cvsroot, not /projects/cvsroot. Is

Re: [HACKERS] anoncvs failure...

2001-09-22 Thread Marc G. Fournier
anoncvs: :pserer:[EMAIL PROTECTED]:/projects/cvsroot - passwd is blank, but postgresql should work just as well cvs: :ext:@cvs.postgresql.org:/cvsroot CVS_RSH set to ssh On Sat, 22 Sep 2001, Bruce Momjian wrote: > > > > as was announced several times so far ... tr

Re: [HACKERS] anoncvs failure...

2001-09-22 Thread Bruce Momjian
> > as was announced several times so far ... try: > > -d :pserver:[EMAIL PROTECTED]:/projects/cvsroot :) I am confused. Is the path /projects/cvsroot or just /cvsroot, and is the anoncvs password blank or 'postgresql'. -- Bruce Momjian| http://candle.pha.pa.us [

Re: [HACKERS] PostgreSQL funding/organization

2001-09-22 Thread Bruce Momjian
> On Sat, 22 Sep 2001, Bruce Momjian wrote: > > > > Three things that GB provided for their $25million: > > > > > > 1. Tom's ability to focus on programming more > > > 2. Bruce's ability to travel and evangelize(sp?) more > > > 3. www.greatbridge.org > > > > > > Three things that are going to cha

Re: [HACKERS] anoncvs failure...

2001-09-22 Thread Marc G. Fournier
as was announced several times so far ... try: -d :pserver:[EMAIL PROTECTED]:/projects/cvsroot :) On Sat, 22 Sep 2001, Keith Parks wrote: > Marc, > > I'm getting errors too, it looks like you HATE me ;-( > > Keith. > > > % truss -rall -wall cvs -d >:pserver:[EMAIL PROTECTED]:/home/projects/

Re: [HACKERS] PostgreSQL funding/organization

2001-09-22 Thread Marc G. Fournier
On Sat, 22 Sep 2001, Bruce Momjian wrote: > > Three things that GB provided for their $25million: > > > > 1. Tom's ability to focus on programming more > > 2. Bruce's ability to travel and evangelize(sp?) more > > 3. www.greatbridge.org > > > > Three things that are going to change now that GB is

[HACKERS] DROP TABLE and DROP INDEX hangs up in version 7.1.3, when...

2001-09-22 Thread Matti . Lehtonen
Hi! FYI: a nasty mistake... :) I am writing a java application, which uses postgreSQL thru JDBC2. I have two connections to database; a batch connection, which is initialized as realConnection.setAutoCommit( false ); realConnection.setTransactionIsolation

Re: [HACKERS] Beta time

2001-09-22 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> I'd suggest issuing the NOTICE inside the loop, actually, >> and not breaking at all. (See also #4) > I don't quite understand what you mean here? Just do elog(NOTICE) inside the loop over indexes, rather than setting a flag to do it later.

Re: [HACKERS] patch for contrib/intarray (CVS)

2001-09-22 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > Tom, > > please apply attached patch to current CVS. > > Changes: > > 1. Added support for boolean queries (indexable

[HACKERS] patch for contrib/intarray (CVS)

2001-09-22 Thread Oleg Bartunov
Tom, please apply attached patch to current CVS. Changes: 1. Added support for boolean queries (indexable operator @@, looks like a @@ '1|(2&3)' 2. Some code cleanup and optimization Regards, Oleg _ Ol

Re: [HACKERS] anoncvs failure...

2001-09-22 Thread Keith Parks
Marc, I'm getting errors too, it looks like you HATE me ;-( Keith. % truss -rall -wall cvs -d :pserver:[EMAIL PROTECTED]:/home/projects/pgsql/cvsroot login execve("/usr/local/bin/cvs", 0xE414, 0xE428) argc = 4 open("/dev/zero", O_RDONLY) = 3 mmap(0x, 4096,

Re: [HACKERS] Beta time

2001-09-22 Thread Christopher Kings-Lynne
> 1. Should not "break" out of loop over indexes after detecting a > matching non-primary-key index. This allows detection of the NOTICE > condition to distract you from detecting the ERROR condition on a > later index. I'd suggest issuing the NOTICE inside the loop, actually, > and not breaking