Re: Recent updates - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Recent updates
Date
Msg-id 199807151532.LAA05331@candle.pha.pa.us
Whole thread Raw
In response to Re: Recent updates  ("Thomas G. Lockhart" <lockhart@alumnus.caltech.edu>)
List 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@candle.pha.pa.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)

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] EXPLAIN doesn't explain operations on inheritance trees
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: Recent updates