Re: About "Our CLUSTER implementation is pessimal" patch

Поиск
Список
Период
Сортировка
От Leonardo F
Тема Re: About "Our CLUSTER implementation is pessimal" patch
Дата
Msg-id 2601.38715.qm@web29001.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: About "Our CLUSTER implementation is pessimal" patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: About "Our CLUSTER implementation is pessimal" patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Note you should be looking at pg_am.amcanorder, not
> hardwiring knowledge of particular index types.


Ok.

Would it make sense to use

FormIndexDatum

to get the index value to be used by tuplesort?

I'm having trouble avoiding the call to _bt_mkscankey_nodata
to get the scanKeys... that relates to btree only, I can't find
the "general" function...





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...
Следующее
От: Robert Haas
Дата:
Сообщение: Re: attoptions