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
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
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
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
>
> 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
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
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-
>
> 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
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
>
> 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
[
> 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
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/
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
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
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.
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
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
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,
> 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
19 matches
Mail list logo