Re: [HACKERS] current- crash

From: Michael Reifenberger <root(at)nihil(dot)plaut(dot)de>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Jose' Soares" <jose(at)sferacarta(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] current- crash
Date: 1998-09-22 21:23:18
Message-ID: Pine.BSF.4.02A.9809222318090.225-100000@nihil.plaut.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 22 Sep 1998, Bruce Momjian wrote:
...
> > I tried your script but I can't see nothing wrong. :)
Right!
The crash is fixed.
Thanks Bruce!
Now, shouldn't I see Index Scans below or is it a optimizer feature
because the tables are too empty?
> > Merge Join (cost=0.00 size=1 width=8)
> > -> Seq Scan (cost=0.00 size=0 width=0)
> > -> Sort (cost=0.00 size=0 width=0)
> > -> Seq Scan on a (cost=0.00 size=0 width=4)
> > -> Seq Scan (cost=0.00 size=0 width=0)
> > -> Sort (cost=0.00 size=0 width=0)
> > -> Seq Scan on b (cost=0.00 size=0 width=4)

Bye!
----
Michael Reifenberger
Plaut Software GmbH, R/3 Basis

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-09-22 22:00:47 Re: [HACKERS] current- crash
Previous Message Bruce Momjian 1998-09-22 21:21:11 Re: [HACKERS] BUG: NOT boolfield kills backend