Re: Recent updates

From: "Thomas G(dot) Lockhart" <lockhart(at)alumnus(dot)caltech(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: Recent updates
Date: 1998-07-15 16:26:29
Message-ID: 35ACD835.A52E7360@apop-server.alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> What does 'select null order by 1;' do now?

postgres=> select null order by 1;
ERROR: type id lookup of 0 failed

Darn. That doesn't touch the UNION code, so will need to look elsewhere
I guess.

> I have renamed the append struct names just now as part of an EXPLAIN
> fix. Should not affect you.

OK.

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-07-15 16:31:24 Re: Recent updates
Previous Message Bruce Momjian 1998-07-15 15:32:19 Re: Recent updates