> 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
pgsql-hackers by date
| Next: | From: Thomas G. Lockhart | Date: 1998-07-15 16:26:29 |
| Subject: Re: Recent updates |
| Previous: | From: Bruce Momjian | Date: 1998-07-15 15:10:29 |
| Subject: Re: [HACKERS] EXPLAIN doesn't explain operations on inheritance trees |