Re: Hmm, nodeUnique doesn't really support backwards scan too well

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hmm, nodeUnique doesn't really support backwards scan too well
Дата
Msg-id 17431.1218051436@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Hmm, nodeUnique doesn't really support backwards scan too well  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Hmm, nodeUnique doesn't really support backwards scan too well  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-bugs
Gregory Stark <stark@enterprisedb.com> writes:
> "Tom Lane" <tgl@sss.pgh.pa.us> writes:
>> ...  I'm not even sure how to fix it (the nasty case is
>> changing directions partway through the scan); let alone how to fix it in a
>> way that's obviously enough right to make me feel comfortable in
>> back-patching.

> It seems like the obvious fix is to just reverse the behaviour -- keep
> reading backwards until you see the level break then return the
> previous record from a second slot.

Well, if you think it's easy, the best form of criticism is a patch.
The change-of-direction problem seems to me to be messy --- not
insoluble, but messy enough to need beta testing.

            regards, tom lane

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Hmm, nodeUnique doesn't really support backwards scan too well
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Oder by not working