Re: Recent updates

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumnus(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: Recent updates
Date: 1998-07-15 15:32:19
Message-ID: 199807151532.LAA05331@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I decided to use the int4 sorting routines when the type is
> "InvalidOid", the type apparently assigned to null constants. The sort
> routines probably don't get called anyway since everything is a null,
> and if they did the "pass by value" int4 routines are probably safest.

Good. That was my suspicion on how to do it.

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

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

>
> Will continue testing, and need to look into this still:
>
> postgres=> select 1 union select null union all select null;
> Backend message type 0x44 arrived while idle

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-07-15 16:26:29 Re: Recent updates
Previous Message Bruce Momjian 1998-07-15 15:10:29 Re: [HACKERS] EXPLAIN doesn't explain operations on inheritance trees