Re: Recent updates

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Recent updates
Дата
Msg-id 199807151532.LAA05331@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Recent updates  ("Thomas G. Lockhart" <lockhart@alumnus.caltech.edu>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] EXPLAIN doesn't explain operations on inheritance trees
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: Recent updates